monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
943 stars 342 forks source link

Unable to read xlsx file using Excel steaming reader #257

Open glti opened 2 years ago

glti commented 2 years ago

I am using Java technology I have tried a sheet by downloading from our application.One thing I have observed that if I just try to read the file directly after downloading ,it is getting failed.But if I open the same file and and click on save icon of the Sheet ,and the try to read the file the I am able to read the sheet correctly.Don't know if the issue is with the sheet or with module. I am using Streaming reader functionality. Could you please suggest any solution for this problem.

glti commented 2 years ago

I am using Apache poi 4.1.2 and Excel streaming reader 2.1.0

glti commented 2 years ago

Can anyone please help it