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?
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.