-
-
Couldn't load subscription status.
- Fork 39
setDefaultWorkbookFormat
Julian Halliwell edited this page Mar 6, 2024
·
1 revision
For the current spreadsheet library instance, sets the default type of workbook returned by the new() method.
setDefaultWorkbookFormat( format )
-
formatstring: one of the following:binary,xls,xml,xlsx.
spreadsheet = New spreadsheet();
spreadsheet.setDefaultWorkbookFormat( "xml" );
workbook = spreadsheet.new(); //returns an "xlsx" workbook object