LowLevel.CreateStyleSheetDocument Method

PicoXLSX

PicoXLSX

LowLevelCreateStyleSheetDocument Method

Method to create a style sheet as raw XML string

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private string CreateStyleSheetDocument()

Return Value

Type: String
Raw XML string
Exceptions
ExceptionCondition
StyleExceptionThrows an StyleException if one of the styles cannot be referenced or is null
Remarks
The UndefinedStyleException should never happen in this state if the internally managed style collection was not tampered.
See Also