ExcelConverter.ExcelReader.ExcelReader C# (CSharp) Method

ExcelReader() public method

public ExcelReader ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic
        public ExcelReader(string path)
        {
            _path = path;
        }