Rob Sargent
2018-11-12 21:25:49 UTC
How does one read in an excel file then "save as" new file?
I'm transforming xlsx input to a very different xlsx output. I open the
original, do my work in a new sheet, then save to a new file.
Unfortunately, if the original is writable by me, then my new sheet gets
saved in the original file (and in my new file too). If the original is
not writable by me I get a nasty little stack trace about cleaning up
open file(s). My new file has all the sheets (original and additional)
as desired.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org
I'm transforming xlsx input to a very different xlsx output. I open the
original, do my work in a new sheet, then save to a new file.
Unfortunately, if the original is writable by me, then my new sheet gets
saved in the original file (and in my new file too). If the original is
not writable by me I get a nasty little stack trace about cleaning up
open file(s). My new file has all the sheets (original and additional)
as desired.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org