简体   繁体   English

在Python中读取.xml Excel文件

[英]Reading .xml Excel files in Python

I've some .xml files generated by Excel that I've to read with Python. 我有一些用Excel读取的Excel生成的.xml文件。 I looked for Python Excel libraries, but they doesn't seems to read .xml files. 我在寻找Python Excel库,但它们似乎未读取.xml文件。 Parsing manually seems complicated. 手动解析似乎很复杂。 What do you suggest? 你有什么建议?

Maybe plain xml parsing (lxml.etree) would work? 也许纯XML解析(lxml.etree)可以工作? http://lxml.de/tutorial.html http://lxml.de/tutorial.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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