Append to Excel with HSSF Apache POI
807607Dec 14 2006 — edited Dec 18 2006Hi,
I'm trying to writing to xls file using apache POI, but I need to write append to the xls instead of rewriting or create a new one.
And if the file doesn't exist, it will create a new one, otherwise, just append to the existing file.
Does anyone know how to do this with apache POI?
Cheers,