load_workbook
Open an .xlsx workbook for editing by providing its absolute file path. Optionally set locale, timezone, and language for formula evaluation.
Instructions
Load a workbook from an xlsx file.
Args: file_path: Absolute path to the .xlsx file locale: Locale code (e.g. en, de, es) timezone: Timezone (e.g. UTC) language: Language code for formulas (e.g. en)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| locale | No | en | |
| timezone | No | UTC | |
| language | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |