Excel
18 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
Delete WorkSheet Columns
Remove specific columns from a sheet
Delete WorkSheet Rows
Remove specific rows from a sheet
Duplicate Excel WorkSheet
Make a copy of an existing sheet
Execute Excel Macro
Run an automated macro inside Excel
Open Excel Workbook
Open an Excel file to read or edit it
Read CSV
Import data from a comma-separated values file
Read Excel
Get data from cells or ranges in a spreadsheet
Read Excel Cell
Read the value from a specific cell in an Excel worksheet
Read Password-Protected Excel
Open an encrypted .xlsx with a password and read the sheet contents into a DataTable. Use this when the file uses ECMA-376 encryption that plain Excel readers cannot decrypt.
Recalculate Excel Formulas
Force Excel to recalculate formulas and save the workbook. Use after writing values whose downstream formulas depend on them — exceljs stores cached results that may be stale until Excel re-evaluates.
Write Excel
Save data to cells or ranges in a spreadsheet
Write to Cell
Write a value to a specific cell in an Excel worksheet