NanoXLSX Library Documentation
![]() | LowLevelCreateWorksheetPart Method |
Method to create a worksheet part as a raw XML string
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
private string CreateWorksheetPart( Worksheet worksheet )
Parameters
- worksheet
- Type: NanoXLSXWorksheet
worksheet object to process
Return Value
Type: StringRaw XML string
Exceptions| Exception | Condition |
|---|---|
| FormatException | Throws a FormatException if a handled date cannot be translated to (Excel internal) OADate |
See Also