This code increases the number of rows in a sheet by 1:

Sheet sheet = SpreadSheet.createFromFile(file).getSheet(0);
sheet.ensureRowCount(sheet.getRowCount()+1);


El martes, 23 de septiembre de 2014 10:07:22 UTC+2, vin...@163.com escribió:
>
> hello,
>
> Anybody can tell me how to add new rows? thanks!
>
> William
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jopendocument+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to