writeSheetData
Generate a new Excel file using structured data by specifying file path and dynamic sheet-column configurations for efficient worksheet management.
Instructions
Create a new Excel file with provided data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data object with dynamic sheet names and column names | |
fileAbsolutePath | Yes | The absolute path for the new Excel file |