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

xlsx streamer api 2.1.0 is not working with poi 4.1.1 #212

Open ragivenkatesh opened 4 years ago

ragivenkatesh commented 4 years ago

Can see that changes to xlsx streamer api are done to support poi 4.1.0 but not release yet. May I know when are planning to release xlsx streamer api to support poi 4.1.0

pjfanning commented 4 years ago

https://github.com/pjfanning/excel-streaming-reader supports latest POI releases

PS this is a duplicate of https://github.com/monitorjbl/excel-streaming-reader/issues/206

gastendonk commented 3 years ago

Support for POI 4.1.2 would be nice. The interface Cell has 2 new methods.

pjfanning commented 3 years ago

could you try https://github.com/monitorjbl/excel-streaming-reader/issues/212#issuecomment-618936390 ?

gastendonk commented 3 years ago

Thanks for the info. I did not see that you have made a fork. But is you fork at least as new as this repo here?

pjfanning commented 3 years ago

yes, the commits and releases are visible if you follow the link