I have a excel file with about 800 rows of data.

I'm using POI to first clear out these 800 rows using 
a for loop "sheet.removeRow(rownumber);"

After clearing all rows I insert in 10 rows of data.

Everything works great and the new Excel file is written out
successfully.
However, when I open the new Excel file it opens up to the 
800th row (the last row i removed).  I have to manually scroll up to the
top. 

Is there a way to set the pointer so that when you open the Excel file, 
it opens to the first row?

Thanks for you help,

Victor

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

Reply via email to