Hello, I'm trying JOpenDocument library for a project involving complex mail merge with JODReports. I've got 2 questions:
1) Is there a way of creating a new text document? Something like "SpreadSheet.createEmpty(model).saveAs(file)"? 2) I used the method ODSingleXMLDocument.add(ODSingleXMLDocument doc, boolean pageBreak) trying to have no page break between documents setting "pageBreak = false", but It doesn't seem to work. There something I make wrong? Thanks in advance Francesca Arecco
