Creates a new sheet within the spreadsheet At least one sheet is required.
Additional sheets cannot have the same name as any other sheet. If a sheet has the same name as another sheet then it will follow the default naming convention as if $id was null
Tags:
return:
Reference to a new sheet class
access:
public
Parameters:
string
$id
The name of the sheet. If left blank then the sheet will default to "Sheet" + n (e.g. "Sheet1")
Styles cannot have the same name as any other style. If a style has the same name as another style then it will follow the default naming convention as if $id was null
Tags:
return:
Reference to a new style class
access:
public
Parameters:
string
$id
The name of the style. If left blank then the style will default to "CustomStyle" + n (e.g. "CustomStyle1")