https://bz.apache.org/bugzilla/show_bug.cgi?id=59318
Bug ID: 59318
Summary: File writing error after opening the file: Rule M2.4
exception: this should NEVER happen
Product: POI
Version: 3.14-FINAL
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Opened an xlsx file using
Workbook book = WorkbookFactory.create(filepath);
Error was generated on attempting to close the file using
fileOut = new FileOutputStream(filepath);
book.write(fileOut);
setFile(filepath);
--
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]