Exemple #1
0
 public void CleanUp()
 {
     if (_excelSheetComparer != null)
     {
         _excelSheetComparer.Dispose();
         _excelSheetComparer = null;
     }
 }
Exemple #2
0
        public void Initialize()
        {
            var filePath = GetExcelFilePathToRead();

            _excelSheetComparer = new ExcelSheetComparer(filePath);
        }