Replies: 1 comment 8 replies
-
To use
If you want to interact with your loaded spreadsheet without using the for doc in docs:
print(doc.page_content) This will give you access to the raw text content of the Excel file, which you can then manipulate or analyze as required [1]. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I'm trying to use
UnstructuredExcelLoader
withRetrievalQA
. However, I got an error like this?How do I interact with my loaded spreadsheet? It doesn't have to me necessarily via
RetrievalQA
chain.System Info
python 3.12.6
Beta Was this translation helpful? Give feedback.
All reactions