I am reading an existing excel file, (in other words, treating it as a
template) and then inserting dynamic data in the template to generate the
final excel workbook.
The report is simple, in tabular form with summary totals at the end.
This summary row (at the bottom) has certain formatting and static text that
I wish to keep from the template. But I cannot seem to find any method in
HSSFSheet to insert a row rather than overwrite an existing one.
So when I iterate over my dynamic data set and create rows, it overwrites
the summary row at the bottom.
I can create the summary row via POI, but before I do that, I am wondering
if it's possible for that row to remain in the template.

Thanks
-Sid


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to