Overload | Description |
---|---|
Open(String) | Opens the file. |
Open(String,DeserializationOptions) | Opens the JSON file. |
Open(String,String,OpenOptions) | Opens the specified excel file. |
Open(Stream) | Opens the file stream. |
Open(Stream,String,OpenOptions) | Opens the specified excel file stream. |
Open(String,OpenFileFormat) | Opens the specified format file. |
Open(Stream,OpenFileFormat) | Opens the specified format file stream. |
Open(String,OpenOptionsBase) | Opens the file with specified options. |
Open(Stream,OpenOptionsBase) | Opens the stream with specified options. |