list_worksheets
Retrieve a list of all open workbooks, graphs, and matrices in Origin Pro, including workbook sheet names.
Instructions
List all open workbooks (with their sheets), graphs, and matrices.
Returns: JSON object: {"workbooks": [{"name", "sheets"}], "graphs": [names], "matrices": [names]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |