Answer the question
In order to leave comments, you need to log in
How to convert a file with a similar structure to normal *.xlsx?
There is a file with such a structure, I give a piece:
https://pastebin.com/7tt0g3VB
Can it be converted to *.xlsx by any Python library?
It currently uses win32com.client and win32.gencache.EnsureDispatch('Excel.Application'), but this only works on Windows and with Microsoft Office installed. Is there anything that can be converted without such restrictions? The required files contain only tables with minimal formatting. Images, diagrams and other complex elements are not required.
PS As I understand it, the format of this file is XML Spreadsheet 2003, ie. I need to convert it to XLSX
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question