mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
* Allow to load a word document with chartex chart ChartEx (new charts introduced in Office 2016) will raise exceptions in underlying XML parsing, we catch them here in order to still be able to load the document * spacing some extra spaces were unbearable and could have prevented the pull request * add test * Update POIXMLDocumentPart.java * Update POIXMLDocumentPart.java * Update POIXMLDocumentPart.java * reduce risk of swallowing zip bomb exceptions * Update POIXMLDocumentPart.java --------- Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>