Reputation: 33
I upgraded POI from 4.1.1 to 5.0.0, xmlbeans from 3.0.2 to 5.0.1, xlsx-streamer-2.2.0, After upgrading poi getting below error.
java.lang.NoSuchMethodError: org.apache.poi.xssf.model.SharedStringsTable.getEntryAt(I)Lorg/openxmlformats/schemas/spreadsheetml/x2006/main/CTRst;
The issue is coming over iterating com.monitorjbl.xlsx.impl.StreamingSheet
Even I tried downgrading xmlbeans to 3.0.1 and 3.0.2 but no luck.
Upvotes: 0
Views: 2931
Reputation: 81
monitorjbl xlsx-streamer 2.2.0 doesn't support apache poi 5.0.0.need to be replaced with https://github.com/pjfanning/excel-streaming-reader dependency.
Upvotes: 1