UnstructuredExcelLoader not working

Hello ,

I am trying to use UnstructuredExcel loader to load excel files, but I am getting the following error

langchain>=1.1.3

langchain-community>=0.4.1

from langchain_community.document_loaders.excel import UnstructuredExcelLoader

loader = UnstructuredExcelLoader(“filename”)

ModuleNotFoundError

ModuleNotFoundError: No module named ‘unstructured’

hi @sjayawant

have you installed this python -m pip install -U langchain-community unstructured openpyxl?

Hello Pawel,

Thanks for replying !

Installed the mentioned package , and it gave error message saying msoffcrypto not found , installed that package and now I am able to proceed , thanks for your help

Hi @sjayawant

if it’s solved, a huge favor - please mark this post as Solved for the others, so that they can get benefits from it :rocket:

1 Like