I'm developing a function that allows users to upload .xls
or .xlsx
files to the server and save data from those files into a database.
I'm using openpyxl
and xlrd
libraries for reading data from Excel, but for some Excel files which contain text in textbook inside shapes, I'm currently unable to read those values.
I know maybe my question is a duplicate of this: Obtain textbox value from Excel in Python but the solution of the asker of that question is not a general solution.
Does any anyone know how to achieve this?