SpreadsheetDocument.Create Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Create(Package, SpreadsheetDocumentType) | Creates a new instance of the SpreadsheetDocument class from the spcified package. |
![]() ![]() |
Create(Stream, SpreadsheetDocumentType) | Creates a new instance of the SpreadsheetDocument class from the IO stream. |
![]() ![]() |
Create(String, SpreadsheetDocumentType) | Creates a new instance of the SpreadsheetDocument class from the specified file. |
![]() ![]() |
Create(Package, SpreadsheetDocumentType, Boolean) | Creates a new instance of the SpreadsheetDocument class from the spcified package. |
![]() ![]() |
Create(Stream, SpreadsheetDocumentType, Boolean) | Creates a new instance of the SpreadsheetDocument class from the IO stream. |
![]() ![]() |
Create(String, SpreadsheetDocumentType, Boolean) | Creates a new instance of the SpreadsheetDocument class from the specified file. |
Top