- Documentation
- Activities
- Excel
- Write Excel
Save data to cells or ranges in a spreadsheet
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Write Mode writeMode | enum | Optional | existing | —existingnew |
Excel Instance excelInstance | variable | Optional | — | — Shown when writeMode = existing |
New File Path newFilePath | file | Optional | — | — Shown when writeMode = new |
Sheet Name sheetName | string | Optional | — | — |
Data to Write dataTable | variable | Required | — | — |
Start Cell startCell | string | Optional | A1 | — |
Include Headers includeHeaders | boolean | Optional | true | — |
Output
WriteResultBooleanIndicates whether the write operation was successful
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Auto Fill Range
Fill a source cell's formula or value across a range, adjusting relative references like dragging the Excel fill handle. Absolute references (with $) stay pinned.
Close Excel Workbook
Save and close the Excel file
Convert Excel to PDF
Export the workbook (or a single sheet) to PDF, preserving layout, charts, and conditional formatting.
Create New Excel WorkSheet
Add a new blank sheet to the workbook
Create Pivot Table
Create a summary table to analyze data
Delete Excel WorkSheet
Remove a sheet from an Excel workbook