Overload | Description |
---|---|
open(String) | Opens the file with default options. The file type is inferred from file extension. |
open(String,DeserializationOptions) | Opens the JSON file. |
open(String,String) | Opens the specified excel file |
open(String,OpenFileFormat) | Opens the file with specified file format. |
open(String,OpenOptionsBase) | @inheritDoc: |
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) | @inheritDoc: |