get_range
Extract cell values from specified ranges in Excel or CSV files to access spreadsheet data for analysis or processing.
Instructions
Get values from a range of cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| startCell | Yes | Start cell in A1 notation (e.g., "A1") | |
| endCell | Yes | End cell in A1 notation (e.g., "D10") | |
| sheet | No | Sheet name for Excel files (optional) |