LowLevel.CreateWorksheetPart Method

NanoXLSX

NanoXLSX

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)
Syntax
C#
private string CreateWorksheetPart(
	Worksheet worksheet
)

Parameters

worksheet
Type: NanoXLSXWorksheet
worksheet object to process

Return Value

Type: String
Raw XML string
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if a handled date cannot be translated to (Excel internal) OADate
See Also