Microsoft Excel

Read worksheets and ranges from Excel workbooks (.xlsx) in OneDrive via Microsoft Graph.

# Excel Skillpack

Use this tool family for Microsoft Excel workbook and worksheet operations exposed through Clono.

## When to use it

Choose Excel when the task involves:
- reading workbook data
- updating spreadsheet cells
- writing tabular business data into Excel

## How to use it through Clono

1. Search operations:
   - `GET /api/tools/search?q=excel`

2. Pick an operation from the `excel` tool family.

3. Start a run:
   - `POST /api/tool-runs`

4. Poll for completion:
   - `GET /api/tool-runs/{runId}`

## Requirements

- The user must have connected Excel in Clono Integrations.
- Use workbook ids, worksheet names, and ranges exactly as provided.