Find answers from the community

Updated 4 months ago

Hi Is it possible to train excel files

At a glance

The community members discuss the possibility of training Excel files using the LlamaIndex library. One community member suggests using the Excel loader if the Excel file is simple, or looking into the Pandas or SQL index if the file is more complex. Another community member asks if the SimpleDirectoryReader could be used for Excel files, noting that it worked well for PDF and DOCX files. However, a final community member indicates that Excel files do not appear to be supported by the LlamaIndex library based on the code reference provided.

Useful resources
Hi, Is it possible to train excel files in llamaindex?
L
o
4 comments
If your excel file is pretty simple, you can use the excel loader

https://llamahub.ai/l/file-pandas_excel

If its a complex/numerical excel sheet, I would look into the pandas or SQL index instead
Using SimpleDirectoryReader, would excel file work?
It worked well for pdf, docx files.
Add a reply
Sign up and join the conversation on Discord