Getting Null Pointer Exception if we read cell A1 from attached file.
We have used following code to read data.
Our use case specifically requires getDisplayStringValue() functionality.
Cell cell = cells.get(“A1”);
String displayStringValue = cell.getDisplayStringValue();
The code is working for other excels but attached excel’s A1 cell.getDisplayStringValue() throws null pointer exception. CopiedContent.zip (8.0 KB)