Expand description
sheetkit-xml: Low-level XML parsing and serialization for Office Open XML formats.
This crate provides Rust structures for OOXML Excel file XML schemas, with serde-based serialization and deserialization via quick-xml.
§Modules
namespaces- OOXML namespace URI constantscontent_types-[Content_Types].xmlstructuresrelationships- Relationships (.rels) structuresworkbook-xl/workbook.xmlstructuresworksheet-xl/worksheets/sheet*.xmlstructuresstyles-xl/styles.xmlstructuresshared_strings-xl/sharedStrings.xmlstructures
Modules§
- chart
- Chart XML schema structures.
- comments
- Comments XML schema structures.
- content_
types - [Content_Types].xml schema structures.
- doc_
props - Document properties XML schema structures.
- drawing
- DrawingML Spreadsheet Drawing XML schema structures.
- namespaces
- OOXML namespace definitions. Standard namespaces used across all XML documents.
- pivot_
cache - Pivot cache XML schema structures.
- pivot_
table - Pivot table XML schema structures.
- relationships
- Relationships XML schema structures.
- shared_
strings - Shared Strings XML schema structures.
- sparkline
- Sparkline XML schema structures.
- styles
- Styles XML schema structures.
- theme
- Theme XML schema structures.
- workbook
- Workbook XML schema structures.
- worksheet
- Worksheet XML schema structures.