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

Use same security features as apache-poi. #207

Closed chetankm-cs closed 4 years ago

chetankm-cs commented 4 years ago

The library currently uses its own implementation to read Xml into Document instance (reference).

Instead we can use DocumentHelper.readDocument() from apache poi libarary to parse Xml. This ensures the security features are in sync with apache-poi library.

chetankm-cs commented 4 years ago

Closing this since this is done in master but not yet released.