monitorjbl / excel-streaming-reader

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

fix for the Issue #186 - #187

Open ismailozgen opened 5 years ago

ismailozgen commented 5 years ago

when SST cache size is set, IndexOutOfBounds exception is thrown while processing the empty cells for some files. The file subject to the bug have been added to test resources

StanBertrand commented 3 years ago

I have the same issue ! this PR is still alive ?