edit_xlsx
Modify existing Excel XLSX files by adding rows, updating cell values, and adding or deleting sheets. Specify file path and operations to apply changes directly.
Instructions
Edit an existing Excel spreadsheet (XLSX) - add rows, update cells, add sheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the existing XLSX file | |
| operations | Yes | Array of edit operations | |
| outputPath | No | Output path (defaults to overwriting input) |