origin_read_worksheet
Read a specified range of Origin worksheet data and return it as structured rows. Choose columns, starting row, and maximum rows.
Instructions
Read a window of Origin worksheet data as structured rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | Column names or zero-based column indexes selected for this operation. | |
| max_rows | No | Maximum number of worksheet rows to return. | |
| book_name | No | Origin workbook name. Omit to use the active workbook or the tool default. | |
| start_row | No | Zero-based worksheet row at which reading 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 | |||