Analyze large spreadsheets¶
You can upload a large Excel or CSV file and ask questions about it in plain language — without writing formulas or queries yourself.
What you can do¶
- Ask in natural language — the agent inspects the sheet's columns
(
spreadsheet_schema), then answers using safe, read-only SQL over your data (spreadsheet_query_sql); nothing is changed. - Explore big tables — totals, filtering, ranking, period-over-period comparisons, and quick exploration of large datasets.
- Get clean results — answers come back as tidy tables, inline in the conversation.
Example ask
"Which 10 products had the biggest sales drop last quarter?"
For analysis that needs custom logic or charts, the agent can also run code on the same data.