Skip to main content
Load one XLSX spreadsheet with DoclingReader in HTML output mode, then query its product and price data with an agent.
docling_xlsx.py
The example imports this helper module from the same directory:
utils.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Clone Agno

Clone the repository and run the remaining commands from its root:
5

Run the example

Run the example from the repository root:
Full source: cookbook/07_knowledge/05_integrations/readers/docling/docling_xlsx.py