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

NoSuchMethodError on getSharedStringsTable #253

Open ThomasMeinzGroup opened 2 years ago

ThomasMeinzGroup commented 2 years ago

in com.monitorjbl.xlsx.impl.StreamingWorkbookReader version 2.2.0

line 53 with private SharedStringsTable sst; should be only SharedStrings, otherwise it will cause en error on line 122 sst = reader.getSharedStringsTable(); what provides only SharedStrings

(sry, I never did a pull request of another project)

pjfanning commented 2 years ago

This is probably a duplicate of #240 and #227