read_spreadsheet_data
Extract data from LibreOffice Calc spreadsheets by specifying file path, sheet name, and row limit to retrieve structured information for analysis or processing.
Instructions
Read data from a LibreOffice Calc spreadsheet
Args:
path: Path to the spreadsheet file (.ods, .xlsx, etc.)
sheet_name: Name of the specific sheet to read (if None, reads first sheet)
max_rows: Maximum number of rows to read (default 100)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| sheet_name | No | ||
| max_rows | No |