Skip to main content

Module worksheet

Module worksheet 

Source
Expand description

Worksheet XML schema structures.

Represents xl/worksheets/sheet*.xml in the OOXML package.

Structs§

AutoFilter
Auto filter.
Break
Individual page break entry.
Cell
A single cell.
CellFormula
Cell formula.
CfColor
Color reference for conditional formatting.
CfColorScale
Color scale definition for conditional formatting.
CfDataBar
Data bar definition for conditional formatting.
CfIconSet
Icon set definition for conditional formatting.
CfRule
Conditional formatting rule.
CfVo
Conditional formatting value object.
Col
Individual column definition.
Cols
Columns container.
CompactCellRef
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.
ConditionalFormatting
Conditional formatting container.
DataValidation
Individual data validation rule.
DataValidations
Data validations container.
Dimension
Sheet dimension reference.
DrawingRef
Drawing reference.
HeaderFooter
Header and footer for printing.
Hyperlink
Individual hyperlink.
Hyperlinks
Hyperlinks container.
InlineString
Inline string within a cell.
LegacyDrawingRef
Legacy drawing reference (VML).
MergeCell
Individual merge cell reference.
MergeCells
Merge cells container.
OutlinePr
Outline properties for grouping.
PageMargins
Page margins.
PageSetup
Page setup.
Pane
Pane definition for split or frozen panes.
PrintOptions
Print options.
Row
A single row of cells.
RowBreaks
Row page breaks container.
Selection
Cell selection.
SheetData
Sheet data container holding all rows.
SheetFormatPr
Sheet format properties.
SheetPr
Sheet properties.
SheetProtection
Sheet protection settings.
SheetView
Individual sheet view.
SheetViews
Sheet views container.
TabColor
Tab color specification.
TablePart
Individual table part reference.
TableParts
Table parts container.
WorksheetXml
Worksheet root element.

Enums§

CellTypeTag
Cell data type tag, replacing Option<String> for zero-allocation matching.