 | WorkbookLoadAsync(Stream, ImportOptions) Method |
Loads a workbook from a stream asynchronously
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+064d9a8047d8da6ad83b4776af2459e923cc7c3d
Syntaxpublic static Task<Workbook> LoadAsync(
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
TaskWorkbookWorkbook object
Exceptions| Exception | Condition |
|---|
| IOException | Throws IOException in case of an error |
See Also