LowLevel.CreateWorksheetPart Method
From NanoXLSX
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)
C#
private string CreateWorksheetPart( Worksheet worksheet )
Parameters
- worksheet
- Type: NanoXLSXWorksheet
worksheet object to process
Return Value
Type: StringRaw XML string
| Exception | Condition |
|---|---|
| FormatException | Throws a FormatException if a handled date cannot be translated to (Excel internal) OADate |
