LowLevel.CreateWorkbookDocument Method

PicoXLSX

PicoXLSX

LowLevelCreateWorkbookDocument Method

Method to create a workbook as raw XML string

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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