PicoXLSX Library Documentation
![]() | LowLevelCreateWorksheetPart Method |
Method to create a worksheet part as a raw XML string
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
SyntaxC#
private string CreateWorksheetPart( Worksheet worksheet )
Parameters
- worksheet
- Type: PicoXLSXWorksheet
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