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.
