monitorjbl / excel-streaming-reader

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

use poi-ooxml-schemas #137

Closed schmitch closed 3 years ago

schmitch commented 6 years ago

currently poi-ooxml-schemas is used for apache poi 3.17 however this project used the 1.3 version which could be conflicting

pjfanning commented 6 years ago

@schmitch excel-streaming-reader relies on a class that is missing from poi-ooxml-schemas but that does appear in the ooxml-schemas (the former is a subset of the latter) After POI 4.0.0 is released, excel-streaming-reader can be modified to fix the reliance on the missing class (CTPhoneticRun)