hi there,
I try read and modify an existing spreadsheet, and save it but i need the
ods file stay all the time open, is realy necessary, and my code is like
this for example.
File file = *new *File("template/invoice.ods");
*final *Sheet sheet = SpreadSheet.createFromFile(file).getSheet(0);
sheet.getCellAt("I10").setValue(*"hello"*);
sheet.getSpreadSheet().saveAs(File);
But with this code give me a error maybe because the file is already open.
It's possivel with jopendocument api make this?
Regards,
Ruben Cabral
--
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.