excel_set_row_height
Set the height of a specific row in an Excel worksheet. Specify the file, sheet, row number, and desired height in points.
Instructions
Adjust height of a row
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| row | Yes | Row number (1-based) | |
| height | Yes | Height in points | |
| createBackup | No |