Hello,
I'm trying to use jOpenDocument to create new spreadsheets for
presenting data. These spreadsheets need to have multiple sheets
within them. I can't find any way within the API to create new
sheets. What I'm looking for is something like SpreadSheet.addSheet
(TableModel data). Is this possible? Am I missing something in the
API?
Also, I would like a way to name the sheets, such as
SpreadSheet.getSheet(0).setName("myName"). Again, is this possible/am
I missing something in the API?
Thanks,
Jonathan