I'm developing a function in python that allow user to upload xls file and then convert the file to xlsx file, I'm using pyexcel,xls2xlsx and pandas libraries for converting from xls to xlsx, but after converted the xlsx file which converted from xls file lost all style and textbox,shape in xls file, I found this website that can convert xls to xlsx file without losing styles,textbox or shape but I have to call their api which will make my function slow and also not free.I know my question is duplicated of this and this but their solution is the same as mine and the result also lost style of original xls file.Does anyone know another way to archive this without losing at least textbox and shape? thanks
Asked
Active
Viewed 58 times