cfExcelProxy | Methods | newSheetMethod name: newSheet Returns: cfExcelProxy Chainable: yes Description: Creates a new sheet. Possible Usages newSheet( name="new_sheet_name" )
Creates a new, empty sheet within the current workbook. It also makes it the active one, therefore all future method calls will affect this sheet until a new sheet is created or another is selected using selectSheet(). |