excel_write_to_sheet
Write data or formulas to specified ranges in an Excel sheet. Supports creating new sheets or updating existing ones. Ideal for automating data entry in Excel files.
Instructions
Write values to the Excel sheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileAbsolutePath | Yes | Absolute path to the Excel file | |
newSheet | Yes | Create a new sheet if true, otherwise write to the existing sheet | |
range | Yes | Range of cells in the Excel sheet (e.g., "A1:C10") | |
sheetName | Yes | Sheet name in the Excel file | |
values | Yes | Values to write to the Excel sheet. If the value is a formula, it should start with "=" |