monitorjbl / excel-streaming-reader

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

Not working #126

Closed geriavrazi closed 6 years ago

geriavrazi commented 6 years ago

Hello, I am trying to convert a large xlsx file (77 mb, 600k rows) to csv and I kept getting a java heap error. I found out that it could be avoided using excel-streaming-reader. I got xlsx-streamer-1.2.0.jar and added it to my libraries. When using StreamingReader an exception is thrown: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

I checked the source of the library and there were a few errors appearing, including the Logger and StaxHelper. I don't understand why, could you please help?

I am currently also using poi-3.15.jar.

geriavrazi commented 6 years ago

Ok nevermind that, it's been fixed. But now when I'm converting the file doesn't get fully converted. It leaves out some lines at the bottom