origin_write_worksheet
Write structured rows into an Origin worksheet, specifying columns and starting position. Create the worksheet if it doesn't exist.
Instructions
Write structured rows into a new or existing Origin worksheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Rows to write, as objects keyed by column name or arrays matching columns. | |
| create | No | Whether to create the target Origin object when it does not already exist. | |
| columns | No | Column names for object rows. For array rows, these names define the array order. | |
| book_name | No | Origin workbook name. Omit to use the active workbook or the tool default. | |
| start_col | No | Column name or zero-based column index at which writing begins. | |
| sheet_name | No | Origin worksheet name. Omit to use the active sheet or the tool default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||