Click or drag to resize
NanoXLSX

Utils Methods

The Utils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGeneratePasswordHash 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/)
Public methodStatic memberGetDateFromOA Method to calculate a common Date from the OA date (OLE automation) format
OA Date format starts at January 1st 1900 (actually 00.01.1900). Dates beyond this date cannot be handled by Excel under normal circumstances and will throw a FormatException
Public methodStatic memberGetInternalColumnWidth Calculates the internal width of a column in characters. This width is used only in the XML documents of worksheets and is usually not exposed to the (Excel) end user
Public methodStatic memberGetInternalPaneSplitHeight Calculates the internal height of a split pane in a worksheet. This height is used only in the XML documents of worksheets and is not exposed to the (Excel) user
Public methodStatic memberGetInternalPaneSplitWidth Calculates the internal width of a split pane in a worksheet. This width is used only in the XML documents of worksheets and is not exposed to the (Excel) end user
Public methodStatic memberGetInternalRowHeight Calculates the internal height of a row. This height is used only in the XML documents of worksheets and is usually not exposed to the (Excel) end user
Public methodStatic memberGetOADateTime Method to convert a date or date and time into the internal Excel time format (OAdate)
Public methodStatic memberGetOADateTimeString Method to convert a date or date and time into the internal Excel time format (OAdate)
Public methodStatic memberGetOATime Method to convert a time into the internal Excel time format (OAdate without days)
Public methodStatic memberGetOATimeString Method to convert a time into the internal Excel time format (OAdate without days)
Public methodStatic memberGetPaneSplitHeight Calculates the height of a split pane in a worksheet, based on the internal value (calculated by GetInternalPaneSplitHeight(Single))
Public methodStatic memberGetPaneSplitWidth Calculates the width of a split pane in a worksheet, based on the internal value (calculated by GetInternalPaneSplitWidth(Single, Single, Single))
Public methodStatic memberToString Transforms an integer to an invariant sting
Public methodStatic memberToUpper Transforms a string to upper case with null check and invariant culture
Top
See Also