You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/03/01 21:42:19 UTC

[Bug 56957] Excel 2007 file is unusable after closing Workbook object

https://bz.apache.org/bugzilla/show_bug.cgi?id=56957

--- Comment #5 from Dominik Stadler <do...@gmx.at> ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org