Get Workbook Info
get_workbook_infoRetrieve worksheet names, active sheet, used ranges, and visibility from an open Excel workbook to understand its structure.
Instructions
Get worksheet names, the active sheet, and each sheet's used range.
Args: workbook: Workbook name or path (None = the active workbook of the first Excel instance found).
Returns: JSON with sheet names, the active sheet, and each sheet's used range and visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook | No |