https://bz.apache.org/bugzilla/show_bug.cgi?id=58779
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Closing an XSSFWorkbook |Closing an XSSFWorkbook or |that was created with |XSLFSlideShow that was |WorkbookFactory modifies |created with |the file |WorkbookFactory or | |SlideShowFactory modifies | |the file Component|SS Common |OPC --- Comment #2 from Javen O'Neal <[email protected]> --- This also affects XSLF Slide Shows created with SlideShowFactory.create(File xlsx). It's likely WorkbookFactory.create(File xlsx) and WorkbookFactory.create(File xlsx, String password) are the only two offenders from WorkbookFactory, though possibly also through the native factory, WorkbookFactory.create(OPCPackage) and the password-protected variant. Updated unit test in r1722695 and r1722707. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
