set_row_height
Set the height of a row in an Excel spreadsheet using sheet index, row number, and height in points.
Instructions
Set the height of a row.
Args: sheet: Sheet index (0-based) row: Row number (1-based) height: Row height in points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| row | Yes | ||
| height | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |