AgileEncryptionParameters | Parameters for Agile Encryption (ECMA-376 Part 2, Section 4). |
Alignment | Represents alignment settings for a cell or range of cells. |
AutoFilter | Represents auto filters in a worksheet. |
AutoFilterXMLLoader | Handles loading autofilter data from XML format for .xlsx files. |
AutoFilterXMLWriter | Handles writing autofilter data to XML format for .xlsx files. |
Border | Represents border settings for a single side of a cell or range of cells. |
Borders | Represents border settings for all sides of a cell or range of cells. |
CFBReader | Reads encrypted XLSX from CFB format. |
CFBWriter | Writes CFB (Compound File Binary) files according to MS-CFB specification. |
CFBWriter | Writes encrypted XLSX to CFB format. |
CSVHandler | Handles CSV import and export operations for workbooks. |
CSVLoadOptions | Options for loading CSV files. |
CSVSaveOptions | Options for saving CSV files. |
CalculationProperties | Represents calculation properties for the workbook. |
Cell | Represents a single cell in a worksheet. |
CellValueHandler | Handles cell value import and export operations according to ECMA-376 specification. |
Cells | Represents a collection of cells in a worksheet. |
Chart | Represents a chart in a worksheet. |
ChartAxis | Represents a chart axis (category, value, or series). |
ChartCollection | Collection of charts in a worksheet. |
ChartErrorBars | Represents error bars attached to a chart series. |
ChartSeries | Represents a single chart series. |
ChartView3D | Represents chart-level 3D view settings. |
ChartXmlLoader | Loads worksheet chart settings from drawing/chart XML parts. |
ChartXmlSaver | Handles writing chart-related XLSX parts:. |
CommentXMLReader | Handles reading comment data from XML format. |
CommentXMLWriter | Handles writing comment data to XML format. |
ConditionalFormat | Represents a single conditional formatting rule applied to a cell range. |
ConditionalFormatCollection | Represents a collection of conditional formats for a worksheet. |
ConditionalFormatXMLLoader | Handles loading conditional formatting data from XML format for .xlsx files. |
ConditionalFormatXMLWriter | Handles writing conditional formatting data to XML format for .xlsx files. |
CoreProperties | Represents core document properties stored in docProps/core.xml. |
DataValidation | Represents data validation settings for a range of cells. |
DataValidationCollection | Represents a collection of DataValidation objects for a worksheet. |
DataValidationXmlLoader | Loads DataValidation objects from ECMA-376 SpreadsheetML XML format. |
DataValidationXmlSaver | Saves DataValidation objects to ECMA-376 SpreadsheetML XML format. |
DefinedName | Represents a defined name in the workbook. |
DefinedNameCollection | Collection of defined names in the workbook. |
DocumentProperties | Container for all document-level properties. |
EncryptionParameters | Base class for encryption parameters. |
EncryptionVerifier | Encryption verifier generation and validation. |
ExtendedProperties | Represents extended/application properties stored in docProps/app.xml. |
FileVersion | Represents file version information for the workbook. |
Fill | Represents fill settings for a cell or range of cells. |
FilterColumn | Represents a filter column in an auto filter. |
Font | Represents font settings for a cell or range of cells. |
FormulaEvaluator | Basic formula evaluator for xlsx cells without cached values. |
HeaderFooter | Represents header and footer settings. |
HorizontalPageBreakCollection | Collection of manual horizontal page breaks (row breaks). |
Hyperlink | Represents a hyperlink in a worksheet. |
HyperlinkRelationshipWriter | Writes hyperlink relationships to _rels files. |
HyperlinkXMLLoader | Loads hyperlinks from worksheet XML and relationship files. |
HyperlinkXMLSaver | Saves hyperlinks to worksheet XML and relationship files. |
Hyperlinks | Collection of hyperlinks in a worksheet. |
JsonHandler | Handles JSON export operations for workbooks. |
JsonSaveOptions | Options for saving JSON files. |
MarkdownHandler | Handles Markdown export operations for workbooks. |
MarkdownSaveOptions | Options for saving Markdown files. |
MinimalCFBWriter | Minimal CFB file writer for encrypted Office documents. |
MsoFillFormat | Fill format properties for a shape. |
MsoLineFormat | Border/outline format properties for a shape. |
NSeries | Collection of series for a chart. |
NumberFormat | Represents number format settings for a cell or range of cells. |
PackageEncryption | Package data encryption and decryption. |
PageMargins | Represents page margins. |
PageSetup | Represents page setup settings. |
Pane | Represents pane (freeze/split) settings. |
PasswordDerivation | Password derivation helpers for Agile encryption. |
Picture | Represents a worksheet picture anchored to cells. |
PictureCollection | Collection of pictures in a worksheet. |
PictureXmlLoader | Loads pictures from worksheet drawing parts. |
PictureXmlSaver | Handles writing picture-related drawing/media XML payloads. |
PrintOptions | Represents print options. |
Protection | Represents protection settings for a cell or range of cells. |
Selection | Represents cell selection in a sheet view. |
Shape | Represents a drawing shape (rectangle, oval, text box, arrow, etc.) on a worksheet. |
ShapeCollection | Collection of Shape objects on a worksheet. |
ShapeFont | Font properties for text inside a shape. |
ShapeXmlLoader | Loads xdr:sp shape elements from a drawing XML part. |
ShapeXmlSaver | Generates drawing XML and relationship XML for worksheet shapes. |
SharedStringTable | Manages the Shared String Table for XLSX files according to ECMA-376 specification. |
SheetFormatProperties | Represents sheet format properties. |
SheetProtection | Represents sheet protection settings. |
SheetProtectionDictWrapper | Dictionary-like wrapper around SheetProtection for backward compatibility. |
SheetView | Represents a sheet view configuration. |
Sparkline | One sparkline: a data source range paired with the cell where it appears. |
SparklineGroup | A group of sparklines that share the same visual style. |
SparklineGroupCollection | Collection of SparklineGroup objects (ws.sparkline_groups). |
SparklineXmlLoader | Loads sparkline group data from the in a worksheet XML root. |
SparklineXmlSaver | Serialises SparklineGroupCollection to XML. |
StandardEncryptionParameters | Parameters for Standard Encryption (ECMA-376 Part 2, Section 3). |
Style | Represents formatting settings for a cell or range of cells. |
Table | Represents an Excel structured table (ECMA-376 §18.5). |
TableCollection | Collection of Table objects belonging to a worksheet (ws.tables). |
TableColumn | Settings for a single table column. |
TableStyleInfo | Visual style settings for an Excel table. |
TableXmlLoader | Loads table definitions from an XLSX ZIP archive into a worksheet. |
TableXmlSaver | Serialises Table objects to ECMA-376 table XML. |
VerticalPageBreakCollection | Collection of manual vertical page breaks (column breaks). |
Workbook | Represents an Excel workbook. |
WorkbookPr | Represents workbook properties (workbookPr element). |
WorkbookProperties | Container for all workbook-level properties. |
WorkbookPropertiesXMLLoader | Handles loading workbook properties from XML format for .xlsx files. |
WorkbookPropertiesXMLWriter | Handles writing workbook properties to XML format for .xlsx files. |
WorkbookProtection | Represents workbook protection settings. |
WorkbookView | Represents a workbook view configuration. |
Worksheet | Represents a single worksheet in an Excel workbook. |
WorksheetProperties | Container for all worksheet-level properties. |
WorksheetPropertiesXMLLoader | Handles loading worksheet properties from XML format for .xlsx files. |
WorksheetPropertiesXMLWriter | Handles writing worksheet properties to XML format for .xlsx files. |
XLSXDecryptor | Handles decryption of XLSX files. |
XLSXEncryptor | Handles encryption of XLSX files. |
XMLLoader | Handles loading of Excel workbook XML files. |
XMLSaver | Handles saving workbook data to XML format for .xlsx files. |