ExcelTableReader Constructor |
Initializes a new instance of the ExcelTableReader class.
Namespace:
MicaSystems.Utils.Excel
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public ExcelTableReader(
string dataSetName,
SpreadsheetDocument spreadSheetDocument
)
Parameters
- dataSetName
- Type: SystemString
Name of the data set. - spreadSheetDocument
- Type: SpreadsheetDocument
The spreadsheet document.
See Also