Sim

Microsoft Excel

Read, write, and update data

Microsoft Teams is a powerful spreadsheet application that enables data management, analysis, and visualization. Through the Microsoft Excel integration in Sim, you can programmatically read, write, and manipulate spreadsheet data to support your workflow automation needs.

With Microsoft Excel integration, you can:

  • Read Spreadsheet Data: Access data from specific ranges, sheets, and cells
  • Write and Update Data: Add new data or modify existing spreadsheet content
  • Manage Tables: Create and manipulate tabular data structures
  • Handle Multiple Sheets: Work with multiple worksheets in a workbook
  • Process Data: Import, export, and transform spreadsheet data

In Sim, the Microsoft Excel integration provides seamless access to spreadsheet functionality through OAuth authentication. You can read data from specific ranges, write new information, update existing cells, and handle various data formats. The integration supports both reading and writing operations with flexible input and output options. This enables you to build workflows that can effectively manage spreadsheet data, whether you're extracting information for analysis, updating records automatically, or maintaining data consistency across your applications.

Usage Instructions

Integrate Microsoft Excel into the workflow. Can read, write, update, add to table, and create new worksheets.

Tools

microsoft_excel_read

Read data from a Microsoft Excel spreadsheet

Input

ParameterTypeRequiredDescription
spreadsheetIdstringYesThe ID of the spreadsheet to read from
rangestringNoThe range of cells to read from. Accepts "SheetName!A1:B2" for explicit ranges or just "SheetName" to read the used range of that sheet. If omitted, reads the used range of the first sheet.

Output

ParameterTypeDescription
dataobjectRange data from the spreadsheet

microsoft_excel_write

Write data to a Microsoft Excel spreadsheet

Input

ParameterTypeRequiredDescription
spreadsheetIdstringYesThe ID of the spreadsheet to write to
rangestringNoThe range of cells to write to
valuesarrayYesThe data to write to the spreadsheet
valueInputOptionstringNoThe format of the data to write
includeValuesInResponsebooleanNoWhether to include the written values in the response

Output

ParameterTypeDescription
updatedRangestringThe range that was updated
updatedRowsnumberNumber of rows that were updated
updatedColumnsnumberNumber of columns that were updated
updatedCellsnumberNumber of cells that were updated
metadataobjectSpreadsheet metadata

microsoft_excel_table_add

Add new rows to a Microsoft Excel table

Input

ParameterTypeRequiredDescription
spreadsheetIdstringYesThe ID of the spreadsheet containing the table
tableNamestringYesThe name of the table to add rows to
valuesarrayYesThe data to add to the table (array of arrays or array of objects)

Output

ParameterTypeDescription
indexnumberIndex of the first row that was added
valuesarrayArray of rows that were added to the table
metadataobjectSpreadsheet metadata

microsoft_excel_worksheet_add

Create a new worksheet (sheet) in a Microsoft Excel workbook

Input

ParameterTypeRequiredDescription
spreadsheetIdstringYesThe ID of the Excel workbook to add the worksheet to
worksheetNamestringYesThe name of the new worksheet. Must be unique within the workbook and cannot exceed 31 characters

Output

ParameterTypeDescription
worksheetobjectDetails of the newly created worksheet

Notes

  • Category: tools
  • Type: microsoft_excel
On this page

On this page

Start building today
Trusted by over 60,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started