list_workbooks
Scan a directory to find and list spreadsheet files (XLSX, CSV, ODS) with their full paths in alphabetical order.
Instructions
List all spreadsheet files (.xlsx, .csv, .ods) in a directory (non-recursive).
Returns the full path of each file found, sorted alphabetically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Absolute or relative path to the directory to scan |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |