Closed PetarPilipovic closed 3 years ago
Hi,
when trying to import completely new excel file (just created and without any data within) I am getting NPE on
org.dhatim.fastexcel.reader.OPCPackage.getEntryContent(String) on the line 97
org.dhatim.fastexcel.reader.OPCPackage.getEntryContent(String)
On debug, I could see that sharedStrings on parts is null
I am using the latest (0.12.3) version.
Should be fixed by https://github.com/dhatim/fastexcel/pull/147: please try version 0.12.5.
Hi,
when trying to import completely new excel file (just created and without any data within) I am getting NPE on
org.dhatim.fastexcel.reader.OPCPackage.getEntryContent(String)
on the line 97On debug, I could see that sharedStrings on parts is null
I am using the latest (0.12.3) version.