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

Getting org.apache.poi.xssf.model.SharedStringsTable.getEntryAt(I) Error with POI 5.0.0 #240

Open rambabu-pudi-by opened 2 years ago

rambabu-pudi-by commented 2 years ago

Hi Team, I am getting the below error with POI - 5.0.0 version, What is the xlsx-streamer compatibility version with POI 5.0.0 version. org.apache.poi.xssf.model.SharedStringsTable.getEntryAt(I)Lorg/openxmlformats/schemas/spreadsheetml/x2006/main/CTRst;

I Verified with the both xlsx-streamer 2.1.0 and 2.2.0 versions

tanandh commented 2 years ago

I am getting the above issue as well. I tried with xlsx-streamer 2.1.0 and 2.2.0 versions as well but did not help. Can some one please let know the compatible xlsx-streamer for POI 5.0.0 version

pjfanning commented 2 years ago

This is a duplicate of #227 - see also https://github.com/monitorjbl/excel-streaming-reader/issues/212#issuecomment-618936390

rambabu-pudi commented 2 years ago

We can use https://github.com/pjfanning/excel-streaming-reader with POI-5.0.0, Any idea when is the next release for monitorjbl/excel-streaming-reader to support POI-5.0.0.

arek98 commented 2 years ago

3.0 is compatible with with POI 5.0.0 You need to get sources from here and compile it yourself.