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.
現時点では、nessus レポートを読み取り、xlsx ファイルを生成するパーサーを Python で作成しようとしています。
xlsx の内部動作の詳細な説明はありますか? どのスタイルがどのシートのどのセルに適用されるかを指定するxmlファイルを見るだけでは、見つけようとするのに苦労しています。
ECMA サイトで OfficeOpenXML 標準の詳細を確認できますが、既存の Python ライブラリの 1 つ (Eric Gazoni のopenpyxlなど) を使用して、独自のファイルを作成するのではなく、実際に xlsx ファイルを生成してみませんか?