ExcelConverter.ExcelReader.ExcelReader C# (CSharp) 메소드

ExcelReader() 공개 메소드

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