update_excel
Modify existing Excel files by adding new CSV or JSON data to specified sheets, enabling data updates without manual spreadsheet editing.
Instructions
Update an existing Excel file with new data.
Args:
file_path: Path to the Excel file to update
data: New data in CSV or JSON format
sheet_name: Name of the sheet to update (for Excel files)
format: Format of the input data ('csv' or 'json')
Returns:
Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| data | Yes | ||
| sheet_name | No | Sheet1 | |
| format | No | csv |