ZelaxyDocs
Tool Integrations
Tool

Microsoft Excel

Read, write, and manage Excel workbooks in Microsoft 365

Microsoft Excel

Read, write, and manage Excel workbooks through the Microsoft Graph API. Supports multiple worksheets, cell ranges, tables, and formulas.

Overview

PropertyValue
Typemicrosoft_excel
CategoryTool — Microsoft 365
AuthOAuth 2.0 (Microsoft)

Operations

OperationDescription
Read RangeRead data from a cell range
Write RangeWrite data to cells
List WorksheetsGet all sheets in a workbook
Create WorkbookCreate a new Excel file
Add RowAppend data to a table

Configuration

SettingTypeDescription
Microsoft AccountOAuthConnect Microsoft 365
WorkbookFile selectorSelect an Excel file
WorksheetShort inputSheet name
RangeShort inputCell range (e.g., A1:D10)
ValuesTableData to write

Outputs

FieldTypeDescription
valuesjsonCell data (2D array)
contentstringFormatted data

Example: Expense Report Processor

Workflow:

[Starter: Receipt image] → [Vision: Extract] → [Function: Format] → [Excel: Append Row]

Upload a receipt photo, Vision block extracts the data, Function formats it, and Excel adds a new row to the expense tracking workbook.

Tips

  • A1 notation works the same as Google Sheets
  • Use file selector to browse OneDrive for your workbooks
  • Tables support auto-expanding — append rows without specifying exact range