get_matrix_data
Retrieve a matrix from Origin Pro as JSON. Access matrix data from a specified book to get rows with null for empty cells.
Instructions
Read a matrix back as JSON.
Args: book_name: Matrix book name
Returns: JSON object {"rows": [[...], ...]}; empty cells are null
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |