LowLevel Methods
From NanoXLSX
NanoXLSX Library Documentation
![]() | LowLevel Methods |
The LowLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendXmlTag |
Method to append a simple XML tag with an enclosed value to the passed StringBuilder
| |
| AppendXmlToPackagePart |
Writes raw XML strings into the passed Package Part
| |
| CreateAppPropertiesDocument |
Method to create the app-properties (part of meta data) as raw XML string
| |
| CreateAppString |
Method to create the XML string for the app-properties document
| |
| CreateColsString |
Method to create the columns as XML string. This is used to define the width of columns
| |
| CreateCorePropertiesDocument |
Method to create the core-properties (part of meta data) as raw XML string
| |
| CreateCorePropertiesString |
Method to create the XML string for the core-properties document
| |
| CreateMergedCellsString |
Method to create the merged cells string of the passed worksheet
| |
| CreateMruColorsString |
Method to create the XML string for the color-MRU part of the style sheet document (recent colors)
| |
| CreateRowString |
Method to create a row string
| |
| CreateSharedStringsDocument |
Method to create shared strings as raw XML string
| |
| CreateSheetProtectionString |
Method to create the protection string of the passed worksheet
| |
| CreateStyleBorderString |
Method to create the XML string for the border part of the style sheet document
| |
| CreateStyleFillString |
Method to create the XML string for the fill part of the style sheet document
| |
| CreateStyleFontString |
Method to create the XML string for the font part of the style sheet document
| |
| CreateStyleNumberFormatString |
Method to create the XML string for the number format part of the style sheet document
| |
| CreateStyleSheetDocument |
Method to create a style sheet as raw XML string
| |
| CreateStyleXfsString |
Method to create the XML string for the Xf part of the style sheet document
| |
| CreateWorkbookDocument |
Method to create a workbook as raw XML string
| |
| CreateWorksheetPart |
Method to create a worksheet part as a raw XML string
| |
| Equals | (Inherited from Object.) | |
| EscapeXmlAttributeChars |
Method to escape XML characters in an XML attribute
| |
| EscapeXmlChars |
Method to escape XML characters between two XML tags
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GeneratePasswordHash |
Method to generate an Excel internal password hash to protect workbooks or worksheets This method is derived from the c++ implementation by Kohei Yoshida (http://kohei.us/2008/01/18/excel-sheet-protection-password-hash/) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetOADateTimeString |
Method to convert a date or date and time into the internal Excel time format (OAdate)
| |
| GetSortedSheetData |
Method to sort the cells of a worksheet as preparation for the XML document
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save |
Method to save the workbook
| |
| SaveAsStream |
Method to save the workbook as stream
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
