Uploading a excel file in deployment

I have deployed a streamlit app in community cloud. I am trying to upload a excel file for data analysis. the app fine when i ran it locally. but after deployment when i try to upload the excel it shows error.

You need to install at least one of the supported libraries to read excel files. The traceback is telling you that installing openpyxl will work in this case. For more details, see the docs on pandas.read_excel, specifically the engine parameter.

hi, after adding openpyxl engine it work. it could have thrown this error while running locally. Anyway thanks for helping.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.