excel_add_row
Append a new row with specified data to the end of an Excel sheet. Provide file path, sheet name, and array of values.
Instructions
Add a row at the end of the sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| data | Yes | Array of values for the new row | |
| createBackup | No |