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