Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些由 Excel 生成的 .xml 文件,我必须用 Python 阅读这些文件。我寻找 Python Excel 库,但它们似乎不读取 .xml 文件。手动解析似乎很复杂。你有什么建议?
也许普通的 xml 解析(lxml.etree)会起作用?http://lxml.de/tutorial.html