list_sheets
Retrieve all sheet names from a spreadsheet file to identify available worksheets for data processing or analysis.
Instructions
List all sheet names in a workbook, in workbook order.
Returns a list of sheet name strings. CSV files always return a single sheet named 'default'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the spreadsheet file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |