openpyxl reads cell with format

Gregory Ewing greg.ewing at canterbury.ac.nz
Mon Jun 5 19:55:12 EDT 2017


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



More information about the Python-list mailing list