excel_create_table
Convert a specified range in an Excel sheet into a structured table, enabling organized data management and analysis. Input file path, sheet name, range, and table name to streamline data processing.
Instructions
Create a table in the Excel sheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileAbsolutePath | Yes | Absolute path to the Excel file | |
range | No | Range to be a table (e.g., "A1:C10") | |
sheetName | Yes | Sheet name where the table is created | |
tableName | Yes | Table name to be created |