get a sheet whose name is "Invoices"
>>>
create a table where
the column names are "Product Id", "Price"
insert a row in the table where
the Product Id is "00003"
the Price is 313
use the table as the content
>>>
add the content to the sheet
to get some (sheet's columns)
Get a sheet's columns.
This procedure retrieves all columns from a sheet, including their names and types.
get a sheet whose name is "Invoices"
get the sheet's columns
get a sheet whose name is "Invoices"
get the sheet's rows
get some sheets
get the sheet whose name is "Products"
get some workspaces
get a workspace whose name is "Workspace Name"
get a sheet whose name is "Products"
>>>
insert a new column in the sheet where
the name is "Product Type"
the column type is "TEXT_NUMBER"
the index is 2
get a sheet whose name is "Documents"
insert a new row in the sheet where
the values are 384230, "Invoice", "Completed"
get a workspace whose name is "Workspace Name"
>>>
create a table where
the column names are "Product Id", "Price"
insert a row in the table where
the Product Id is "00003"
the Price is 313
use the table as the content
>>>
write the content in the workspace
the sheet name is "Product Sheet"