An Excel agent combines Chunkr’s parsing power with an interactive viewer and LLM capabilities. Users can view native Excel cells, search for tables, and let the LLM read/write to specific cell ranges while keeping everything synchronized.
Create embeddings → Convert parsed data to vectors for search
View native cells → Viewer displays from parsed output
Search for tables → Find specific tables through natural language in vector DB
LLM operations → Read/write to cell ranges
Auto-update → Viewer reflects changes immediately
The agent acts as the central coordinator, ensuring seamless interaction between the user interface and the underlying tools while maintaining data consistency through the Chunkr output.