Click or drag to resize
NanoXLSX

XlsxReader(String, ImportOptions) Constructor

Constructor with file path as parameter

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntax
C#
public 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