Overload | Description |
---|---|
open(String) | Opens the specified excel file |
open(String,DeserializationOptions) | Opens the json file. |
open(String,String) | Opens the specified excel file |
open(String,OpenOptionsBase) | Opens the file with specified options. |
open(String,OpenFileFormat) | Opens the specified format file. |
open(InputStream) | Opens the specified excel file stream. |
open(InputStream,String) | Opens the specified excel file stream. |
open(InputStream,OpenOptionsBase) | Opens the stream with specified options. |
open(InputStream,OpenFileFormat) | Opens the specified format file stream. |