 | XlsxReader(String, ImportOptions) Constructor |
Constructor with file path as parameter
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic XlsxReader(
string path,
ImportOptions options = null
)
Parameters
- path String
- File path of the XLSX file to load
- options ImportOptions (Optional)
- Import options to override the automatic approach of the reader. ImportOptions for information about import options.
See Also