Spreadsheet software for data organization, analysis, and visualization
excel.getItembyName
filter
(TEXT, Required): Filter drive items by if their names contain the filterid
: Item IDname
: Item namewebUrl
: Web URL for the itemcreatedDate
: Creation datecreator
: Creator information (name, email)lastModifiedDateTime
: Last modified datelastModifier
: Last modifier information (name, email)excel.getSheetbyItemID
itemId
(TEXT, Required): Id of the item of which you want to retrieve the worksheets ofexcel.addSheettoWorkbook
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
sheetName
(TEXT, Required): The name of the sheet you want to add to the workbookexcel.getTables
itemId
(TEXT, Required): Id of the item of which you want to retrieve the tables of
sheetId
(TEXT, Required): The id of the sheet where the table is locatedexcel.getAllTableColumns
tableId
(TEXT, Required): The id of the table you want to fetch the rows of
itemId
(TEXT, Required): The id of the item which contains the Excel sheetexcel.getSingleTableRow
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
tableId
(TEXT, Required): The id of the table you want to fetch the rows ofrowIndex
(TEXT, Required): Index (number) of the row you want to retrieveexcel.updateTableRow
rowIndex
(TEXT, Required): The id of the row you want to update
rowValues
(TEXT, Required): The values of the row you want to insert. Enter them separated by a comma like: hello,world,4 this will insert hello into the first column and world in the second column and 4 into the third column of the table same for numbers or dates separate every new value with a commaitemId
(TEXT, Required): The id of the item which contains the Excel sheettableId
(TEXT, Required): The id of the table you want to fetch the rows ofexcel.addTableRow
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
tableId
(TEXT, Required): The id of the table you want to fetch the rows ofrowValues
(TEXT, Required): The values of the row you want to insert. Enter them separated by a comma like: hello,world,4 this will insert hello into the first column and world in the second column and 4 into the third column of the table same for numbers or dates separate every new value with a commaexcel.deleteTableRow
rowIndex
(NUMBER, Required): Index of the row you want to delete
itemId
(TEXT, Required): The id of the item which contains the Excel sheettableId
(TEXT, Required): The id of the table you want to fetch the rows ofIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |