Overload | Description |
---|---|
Open(String,Int32,String) | Open an Excel document and load the worksheet which indicated by sheetIndex with password. |
Open(Stream,Int32,String) | Open an Excel document from System.IO.Stream and load the worksheet which indicated by sheetIndex with password. |