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

remove xerces-xsd dependency #178

Closed pjfanning closed 5 years ago

pjfanning commented 5 years ago

I can't see anything in the code that needs this

monitorjbl commented 5 years ago

I think it was necessary with a much older version of POI. Always good to pare down dependencies though!