C# Class ExcelConverter.ExcelReader

Show file Open project: object/PclAnalyzer Class Usage Examples

Public Methods

Method Description
ExcelReader ( string path ) : System.Collections.Generic
Read ( ) : ExcelTable

Method Details

ExcelReader() public method

public ExcelReader ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Read() public method

public Read ( ) : ExcelTable
return ExcelTable