Workbook Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
![]() |
Workbook() | Initializes a new instance of the Workbook class. |
![]() |
Workbook(String) | Initializes a new instance of the Workbook class from outer XML. |
![]() |
Workbook(array<OpenXmlElement[]) | Initializes a new instance of the Workbook class with the specified child elements. |
![]() |
Workbook(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Workbook class with the specified child elements. |
Top