 | WorkbookLoad(String, ImportOptions) Method |
Loads a workbook from a file
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxpublic static Workbook Load(
string filename,
ImportOptions options = null
)
Parameters
- filename String
- Filename of 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