Exemplo n.º 1
0
 //基于事务将Excel中的数据导入到数据库中
 public int InputDataToDB(string filePath)
 {
     return(service.InputDataToDB(filePath));
 }