Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.4

Request #12684 addWorksheet() feature request
Submitted: 2007-12-13 20:38 UTC
From: wiesemann Assigned:
Status: Verified Package: Spreadsheet_Excel_Writer
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2007-12-13 20:38 UTC] wiesemann (Mark Wiesemann)
Manual page: package.fileformats.spreadsheet-excel-writer.spreadsheet-excel-writer-workbook.addworksheet.php A nice feature to add would be to allow control over the position of the new worksheet, so something like: //this would add a new worksheet as the first entry in the workbook $sheet->addWorksheet(FIRST); //this would add a new worksheet as the last entry in the workbook $sheet->addWorksheet(LAST); //this would add a new worksheet at position specified in the workbook $sheet->addWorksheet(3); default should be LAST, as it currently seems to be, and if you specify 3, but there is only 1, it should just be last.

Comments

 [2007-12-13 20:39 UTC] wiesemann (Mark Wiesemann)
(moving user note from manual to feature request)
 [2009-11-29 22:51 UTC] cschmitz (Carsten Schmitz)
-Status: Open +Status: Verified