The xls file from excel 97-2003 like xml file.
I tried with pandas,xlrd, openpyxl and other ways. I couldn’t import in python. How can i deal with?
Code=
import xlrd
wb = xlrd.open_workbook('KONKA_1284314_2023_4.xls')
Error=
XLRDError('Unsupported format, or corrupt file: ' + msg)
xlrd.biffh.XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'<html xm'
The file example which i work on it.
text
enter image description here
Thanks.
try to import python a xls file.
New contributor
user25043761 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.