write_multi_sheet
Create Excel files with multiple sheets containing formulas and cross-sheet references for structured data organization and calculations.
Instructions
Create a complex Excel file with multiple sheets, formulas, and inter-sheet references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path for the new Excel file (must end with .xlsx or .xls) | |
| sheets | Yes | Array of sheet definitions | |
| sheetReferences | No | Enable inter-sheet formula references (default: true) |