예제 #1
0
        public string BulkInsert(string fileName)
        {
            ReadExcel excel = new ReadExcel(fileName);

            excel.ReadFile();

            return("Ok");
        }
예제 #2
0
 public static void Main()
 {
     ReadExcel.ReadFile();
 }