Thanks @Kal_Lam I tried the script xls2xml.py of the suggested repository, but I’m getting this error
Traceback (most recent call last):
File "xls2xml.py", line 300, in <module>
gen_xml(INPUT_EXCEL_FILE)
File "xls2xml.py", line 252, in gen_xml
book = xlrd.open_workbook(path)
File "/home/user/.local/lib/python2.7/site-packages/xlrd/__init__.py", line 170, in open_workbook
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
It says “Excel xlsx file; not supported”, but the repository has examples that use this type of file and they also fail.
Maybe this repository is not longer supported, which means that it is no longer a valid answer. Or am I doing something wrong with the steps?
If you know another option to do that I want I’ll really appreciate. Thanks!