简体   繁体   中英

Reading .xml Excel files in Python

I've some .xml files generated by Excel that I've to read with Python. I looked for Python Excel libraries, but they doesn't seems to read .xml files. Parsing manually seems complicated. What do you suggest?

Maybe plain xml parsing (lxml.etree) would work? http://lxml.de/tutorial.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM