Click or drag to resize
NanoXLSX

NanoXLSX Namespace

Main namespace with all high-level classes and functions to create or read workbooks and worksheets
Classes
 ClassDescription
Public classAddress Struct representing the cell address as column and row (zero based)
Public classBasicFormulas Class for handling of basic Excel formulas
Public classCell Class representing a cell of a worksheet
Public classCellAddressScope Enum to define the scope of a passed address string (used in static context)
Public classCellAddressType Enum for the referencing style of the address
Public classCellCellType Enum defines the basic data types of a cell
Public classColumn Class representing a column of a worksheet
Public classImportOptions The import options define global rules to import worksheets. The options are mainly to override particular cell types (e.g. interpretation of dates as numbers)
Public classImportOptionsColumnType Column types to enforce during the import
Public classImportOptionsGlobalType Global conversion types to enforce during the import. All types other than will override defined Column types
Public classMetadata Class representing the meta data of a workbook
Public classRange Struct representing a cell range with a start and end address
Public classShortener Class to provide access to the current worksheet with a shortened syntax. Note: The WS object can be null if the workbook was created without a worksheet. The object will be available as soon as the current worksheet is defined
Public classUtils General Utils class with static methods
Public classWorkbook Class representing a workbook
Public classWorksheet Class representing a worksheet of a workbook
Public classWorksheetCellDirection Enum to define the direction when using AddNextCell method
Public classWorksheetSheetProtectionValue Enum to define the possible protection types when protecting a worksheet
Public classWorksheetSheetViewType Enum to define how a worksheet is displayed in the spreadsheet application (Excel)
Public classWorksheetWorksheetPane Enum to define the pane position or active pane in a slip worksheet