Skip to content
Discussion options

You must be logged in to vote

Hey! AutoData fully supports both .xlsx and .xls files natively, but this error usually happens if the backend dependencies didn't install completely.

To fix this, we just need to make sure the Python libraries that read Excel files (openpyxl and xlrd) are installed.

Open your terminal, navigate to the backend folder, and run this command:

" pip install -r requirements.txt "

This will ensure you have all the necessary Excel parsing libraries installed. Let me know if that fixes the issue for you!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jayangupta-ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants