Structs§
- Alignment
- Border
- Border
Item - Cell
Style Xfs - Cell
Styles - CellXfs
- Col
- Comment
- Defined
Name - A defined name. The
sheet_idis the sheet index in case the name is local - Dxf
- DxfFont
- Fill
- Font
- Metadata
- NumFmt
- Row
- Sheet
Properties - Information need to show a sheet tab in the UI The color is serialized only if it is not Color::None
- Style
- Style
Includes - The formatting categories a named style includes — Excel’s “Style Includes”
checkboxes, stored as the
apply*attributes of the style’scellStyleXfsrecord. Applying the style to a cell only stamps the included categories. The default (like “Normal”) includes everything; the built-in “Percent”, for example, includes only the number format. - Styles
- Table
- Table
Column - Table
Style Info - Theme
- Workbook
- An internal representation of an IronCalc Workbook
- Workbook
Settings - Workbook
View - A Workbook View tracks of the selected sheet for each view
- Worksheet
- Internal representation of a worksheet Excel object
- Worksheet
View - Represents the state of the worksheet as seen by the user. This includes details such as the currently selected cell, the visible range, and the position of the viewport.
Enums§
- Array
Kind - Whether an array formula is a CSE (Ctrl+Shift+Enter) formula or a dynamic formula.
- Border
Style - Cell
- Cell
Type - Cell type enum matching Excel TYPE() function values.
- Color
- Font
Scheme - Formula
Value - The evaluated value stored in a formula cell.
Unevaluatedis a transient state that only exists during evaluation. - Horizontal
Alignment - Sheet
State - state: 18.18.68 ST_SheetState (Sheet Visibility Types) hidden, veryHidden, visible
- Spill
Value - The value stored in a spill cell (no formula, no origin tracking).
- Vertical
Alignment
Type Aliases§
- Sheet
Data - Internal representation of Excel’s sheet_data It is row first and because of this all of our API’s should be row first