Skip to main content

Crate sheetkit_xml

Crate sheetkit_xml 

Source
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

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.
slicer
Slicer XML schema structures.
sparkline
Sparkline XML schema structures.
styles
Styles XML schema structures.
table
Table XML schema structures.
theme
Theme XML schema structures.
threaded_comment
Threaded comments XML schema structures.
workbook
Workbook XML schema structures.
worksheet
Worksheet XML schema structures.