Click or drag to resize
NanoXLSX

NanoXLSX.LowLevel Namespace

Sub-namespace with all low-level classes and functions. This namespace is necessary to read and generate files but should not be used as pat of the API. Use the classes and functions in the namespace NanoXLSX instead
Classes
 ClassDescription
Protected classDocumentPath Class to manage XML document paths
Public classMetadataReader Class representing a reader for the metadata files (docProps) of XLSX files
Public classReaderUtils Static class with common util methods, used during reading XLSX files
Public classRelationshipReader Class representing a reader for relationship of XLSX files
Public classRelationshipReaderRelationship Class to represent a workbook relation
Public classSharedStringsReader Class representing a reader for the shared strings table of XLSX files
Private classSharedStringsReaderPhoneticInfo Class to represent a phonetic transcription of character sequence. Note: Invalid values will lead to a crash. The specifications requires a start index, an end index and a value
Public classSortedMap Class to manage key value pairs (string / string). The entries are in the order how they were added
Public classStyleReader Class representing a reader for style definitions of XLSX files
Public classStyleReaderContainer Class representing a collection of pre-processed styles and their components. This class is internally used and should not be used otherwise.
Public classWorkbookReader Class representing a reader to decompile a workbook in an XLSX files
Public classWorkbookReaderWorksheetDefinition Class for worksheet Mata-data on import
Public classWorksheetReader Class representing a reader for worksheets of XLSX files
Public classWorksheetReaderPaneDefinition Class representing a pane in the applications window
Public classWorksheetReaderRowDefinition Internal class to represent a row
Public classXlsxReader Class representing a reader to decompile XLSX files
Protected classXlsxWriter Class for low level handling (XML, formatting, packing)
Private classXlsxWriterDynamicRow Class representing a row that is either empty or containing cells. Empty rows can also carry information about height or visibility