https://bz.apache.org/bugzilla/show_bug.cgi?id=56957
--- Comment #5 from Dominik Stadler <[email protected]> --- BTW, a possible workaround if you are just reading from the file is to open the file in "read-only" mode, then the problem does not happen: Workbook workbook = WorkbookFactory.create(OPCPackage.open(file, PackageAccess.READ)); -- 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]
