ExcelConverter.ExcelReader.ExcelReader C# (CSharp) Méthode

ExcelReader() public méthode

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