Mahmood Naderan wrote:
from a button on a web page, I chose "export as excel" to download the data.

Do you get an option to export in any other format?
CSV would be best, since you can trivially read that
with Python's csv module.

If Excel is the only format available, you should
complain to the website maintainers that their
export function is broken and is corrupting data.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to