In This Topic
Opens the specified excel file
Overload List
Overload | Description |
open(String) | Opens the specified excel file |
open(String,String) | Opens the specified excel file |
open(String,OpenFileFormat) | Opens the file with specified file format. |
open(String,OpenOptionsBase) | Opens the file with specified options, the open options can be XlsxOpenOptions, CsvOpenOptions. |
open(InputStream) | Opens the specified excel file stream. |
open(InputStream,String) | Opens the specified excel file stream. |
open(InputStream,OpenFileFormat) | Opens the stream with specified file format. |
open(InputStream,OpenOptionsBase) | Opens the stream with specified options, the open options can be XlsxOpenOptions, CsvOpenOptions. |
See Also