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