Hi Mikael, I was writing the answer when I received your mail... :( We are 'a little' busy working on our new open source project.
Regards, Guillaume 2011/2/8 mikael m. <[email protected]> > I answer to myself : > > I found that it was necessary to access the content of the spreadsheet > from the sheet itself : > > --------------------------------------------------------------------------------------------------------------- > spreadsheet_out.getSheet(0).getElement().getParentElement().addContent(0, > (org.jdom.Element) spreadsheet_in.getSheet(1).getElement().clone()); > > --------------------------------------------------------------------------------------------------------------- > > Thx, > MM.
