public string BulkInsert(string fileName) { ReadExcel excel = new ReadExcel(fileName); excel.ReadFile(); return("Ok"); }
public static void Main() { ReadExcel.ReadFile(); }