Expand description
Worksheet XML schema structures.
Represents xl/worksheets/sheet*.xml in the OOXML package.
Structs§
- Auto
Filter - Auto filter.
- Break
- Individual page break entry.
- Cell
- A single cell.
- Cell
Formula - Cell formula.
- CfColor
- Color reference for conditional formatting.
- CfColor
Scale - Color scale definition for conditional formatting.
- CfData
Bar - Data bar definition for conditional formatting.
- CfIcon
Set - Icon set definition for conditional formatting.
- CfRule
- Conditional formatting rule.
- CfVo
- Conditional formatting value object.
- Col
- Individual column definition.
- Cols
- Columns container.
- Compact
Cell Ref - Inline cell reference (e.g., “A1”, “XFD1048576”) stored without heap allocation. Max Excel cell ref is “XFD1048576” = 10 chars, so [u8; 10] + u8 length suffices.
- Conditional
Formatting - Conditional formatting container.
- Data
Validation - Individual data validation rule.
- Data
Validations - Data validations container.
- Dimension
- Sheet dimension reference.
- Drawing
Ref - Drawing reference.
- Header
Footer - Header and footer for printing.
- Hyperlink
- Individual hyperlink.
- Hyperlinks
- Hyperlinks container.
- Inline
String - Inline string within a cell.
- Legacy
Drawing Ref - Legacy drawing reference (VML).
- Merge
Cell - Individual merge cell reference.
- Merge
Cells - Merge cells container.
- Outline
Pr - Outline properties for grouping.
- Page
Margins - Page margins.
- Page
Setup - Page setup.
- Pane
- Pane definition for split or frozen panes.
- Print
Options - Print options.
- Row
- A single row of cells.
- RowBreaks
- Row page breaks container.
- Selection
- Cell selection.
- Sheet
Data - Sheet data container holding all rows.
- Sheet
Format Pr - Sheet format properties.
- SheetPr
- Sheet properties.
- Sheet
Protection - Sheet protection settings.
- Sheet
View - Individual sheet view.
- Sheet
Views - Sheet views container.
- TabColor
- Tab color specification.
- Table
Part - Individual table part reference.
- Table
Parts - Table parts container.
- Worksheet
Xml - Worksheet root element.
Enums§
- Cell
Type Tag - Cell data type tag, replacing
Option<String>for zero-allocation matching.