| Add Sheet | Adds a new sheet to the specified spreadsheet. |
| Create Spreadsheet | Creates a new spreadsheet. |
| Delete Sheet | Deletes the specified sheet from the specified spreadsheet. |
| For Each Row in Spreadsheet | Reads and saves the information from a spreadsheet's range for subsequent activities. |
| For Each Sheet in Spreadsheet | Iterates through the sheets within a spreadsheet. |
| Read Cell | Reads the contents of the specified cell for use in other activities. |
| Read Range | Reads and saves the contents of the specified range for use in activities. |
| Delete Range | Delete a range from the selected Excel spreadsheet. |
| Rename Sheet | Renames the specified sheet in the specified spreadsheet. |
| Write Cell | Writes information in the selected spreadsheet cell. |
| Write Range | Writes a data table to the indicated range from the selected spreadsheet. |
| Write Row | Write a row in a selected Sheets file using an Array Row or a Data Row. |
| Write Column | Write a column in a selected Google Sheets file using an Array Column or a Data Column. |
| Delete Rows | Delete a specified column from a sheet, table or range. The column on the right of the deleted column is shifted to the left. |
| Delete Column | Delete a specified column from a sheet or range. The column on the right of the deleted column is then shifted to the left. |