Sim Studio

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 Studio, 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 Studio, 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 functionality to manage spreadsheet data. Read data from specific ranges, write new data, update existing cells, and manipulate table data using OAuth authentication. Supports various input and output formats for flexible data handling.

Tools

microsoft_excel_read

Read data from a Microsoft Excel spreadsheet

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Microsoft Excel API
spreadsheetIdstringYesThe ID of the spreadsheet to read from
rangestringNoThe range of cells to read from

Output

ParameterType
datajson

microsoft_excel_write

Write data to a Microsoft Excel spreadsheet

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Microsoft Excel API
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

ParameterType
updatedRangestring
updatedRowsstring
updatedColumnsstring
updatedCellsstring
metadatastring
spreadsheetIdstring
spreadsheetUrlstring

microsoft_excel_table_add

Add new rows to a Microsoft Excel table

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Microsoft Excel API
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

ParameterType
datajson

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
responseobjectOutput from response
datajsondata of the response
metadatajsonmetadata of the response
updatedRangestringupdatedRange of the response
updatedRowsnumberupdatedRows of the response
updatedColumnsnumberupdatedColumns of the response
updatedCellsnumberupdatedCells of the response
indexnumberindex of the response
valuesjsonvalues of the response

Notes

  • Category: tools
  • Type: microsoft_excel