On Mon, 20 Jun 2011, Hamza Abdelkebir wrote:
I'm having some trouble finding a way to clone a sheet and set its position between two other sheets.
Call setSheetOrder to move the new sheet to where you want it: http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Workbook.html#setSheetOrder(java.lang.String,%20int) Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
