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 2012/07/03 10:37:12 UTC

[Bug 53493] delete xml's temporary files when write workbook

https://issues.apache.org/bugzilla/show_bug.cgi?id=53493

--- Comment #1 from Alex Geller <ag...@4js.com> ---
Reading the patch I conclude that you can save a SXSSF workbook only once. That
would not be correct. The earliest point in time that the a data file can be
deleted it when it is no longer referenced. Hence I am OK with that part of the
patch that deletes the files in Sheet.finalize(). I think that the part that
explicitly calls Sheet.finalize() from the Workbook.write() should be removed.

-- 
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