get_cell
Retrieve a specific cell's content, formatted value, and type from an Excel spreadsheet by specifying sheet, row, and column.
Instructions
Get a single cell's content, formatted value, and type.
Args: sheet: Sheet index (0-based) row: Row number (1-based) column: Column number (1-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| row | Yes | ||
| column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |