spreadsheet_get_styles
Retrieve cell styling details such as fonts, colors, alignment, and number formats for a specified range in a Synology Spreadsheet, using file ID or name.
Instructions
Get cell styling information (fonts, colors, alignment, number formats) for a range in a Synology Spreadsheet. 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 | Yes | Target sheet name | |
| range | Yes | Cell range in A1 notation, e.g. "A1:C10" |