 | WorkbookLoad(Stream, ImportOptions) Method |
Loads a workbook from a stream
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxpublic static Workbook Load(
Stream stream,
ImportOptions options = null
)
Parameters
- stream Stream
- Stream containing the workbook
- options ImportOptions (Optional)
- Import options to override the data types of columns or cells. These options can be used to cope with wrong interpreted data, caused by irregular styles
Return Value
WorkbookWorkbook object
ExceptionsException | Condition |
---|
IOException | Throws IOException in case of an error |
See Also