open_workbook
Opens an existing Excel workbook (.xlsx or .xlsm) for reading and editing, returning a session ID required by other tools.
Instructions
Open an existing Excel file (.xlsx or .xlsm) for reading and editing.
Returns a session_id that every other tool requires. Changes are kept in memory until save_workbook is called. Use an absolute file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |