Closed JhonySousa closed 3 years ago
Hi @JhonySousa thank you for considering using pylightxl. I will take a look at this issue this week and get back to you. It sounds like a straight fileIO object doesnt work for you with pylightxl. I will try to replicate the issue locally and see what we can do.
Hi @JhonySousa please upgrade pylightxl to v1.58. The new version should have your fix. Please let us know if you have any more questions. Thank you for using pylightxl!
Pylightxl Version:1.57 Python Version:3.9.7
Summary of Bug/Feature: I receive the data from an HTTP request, convert to an file-like obj using io.BytesIO() and it dosen't load the excel.... Using the openpyxl works, and if I write the data received from the HTTP request in to an file and pass the path to the pylightxl.readxl works... sorry for my English (Using Google Translate)
Traceback:
Suggestion for fix: