Hi, I'm searching for help how to handle templates with the odftoolkit. I want to load a template document (spreadsheet), then create a new spreadsheet document and add several sheets to it based on the sheet of the template. I tried methods like appendSheet(templatesheet, "name"), insertSheet(templatesheet, 0) on the new created document, but they all threw a NullPointerExceptions.
Maybe someone has a code example how one can get this done? Regards, Philipp
