spreadsheet_read_sheet
Read cell data from a Synology Spreadsheet sheet, returning headers, data rows, and totals. Specify sheet and optional range to retrieve targeted data.
Instructions
Read cell data from a Synology Spreadsheet sheet. Returns headers (first row), data rows, and totals. Provide either file_id or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | Alphanumeric Spreadsheet ID (overrides name lookup). | |
| name | No | Spreadsheet display name (resolved via local cache). | |
| path | No | Optional Drive path to disambiguate same-name files. | |
| sheet_name | No | Sheet name. If omitted, reads the first sheet. | |
| range | No | A1-notation range, e.g. 'A1:D20'. If omitted, reads all non-empty cells. | |
| include_formulas | No | If true, return formula strings instead of computed values where applicable. |