Overload | Description |
---|---|
Open(String,String,OpenOptions) | Opens the specified excel file |
Open(String) | Opens the file with default options. The file type is inferred from file extension. |
Open(String,DeserializationOptions) | Opens the json file. |
Open(Stream,String,OpenOptions) | Opens the specified excel file stream. |
Open(String,OpenFileFormat) | Opens the file with specified file format. |
Open(Stream,OpenFileFormat) | Opens the stream with specified file format. |
Open(Stream) | Opens the file stream. |
Open(String,OpenOptionsBase) | |
Open(Stream,OpenOptionsBase) |