简体   繁体   English

xlsx写作 - 指定的位置?

[英]xlsx writing - where specified?

I'm trying to write a parser in python at the moment, that reads nessus reports and generates xlsx files. 我正试图在python中编写一个解析器,读取nessus报告并生成xlsx文件。

Is there a detailed description of the inner workings of xlsx? 是否有xlsx内部工作原理的详细说明? I have a hard time trying to find out just by looking at the xml files, where I specify which style is applied to which cell on which sheet. 我很难通过查看xml文件来查找,其中我指定哪种样式应用于哪个单元格上的哪个单元格。

您可以在ECMA网站上找到OfficeOpenXML标准的完整详细信息,但为什么不使用现有的Python库(例如Eric Gazoni的openpyxl )来实际生成xlsx文件而不是构建自己的文件?

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

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