LowLevel.CreateWorkbookDocument Method

NanoXLSX

NanoXLSX

LowLevelCreateWorkbookDocument Method

Method to create a workbook as raw XML string

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private string CreateWorkbookDocument()

Return Value

Type: String
Raw XML string
Exceptions
ExceptionCondition
RangeExceptionThrows an OutOfRangeException if an address was out of range
See Also