| | |
| | | // 结果文件,省去了根据模板文件生成的步骤 |
| | | // String resultFile = "E:/java/模板-盐城县市区统计1.xlsx"; |
| | | |
| | | String templateFile = basePath+"/模板-盐城县市区统计001.xlsx"; |
| | | String templateFile = basePath+"/001.xlsx"; |
| | | String resultFileName = endDateTime+"盐城县市区统计.xlsx";; |
| | | String resultFile =UUID.randomUUID().toString()+".xlsx";; |
| | | storageFile(filePath.concat(resultFile)); |
| | |
| | | //String templateFile1 = "E:/java/模板-日报模板计算00.xlsx"; |
| | | // 结果文件,省去了根据模板文件生成的步骤 |
| | | //String resultFile1 = "E:/java/模板-日报模板计算1.xlsx"; |
| | | String templateFile1 = basePath+"/模板-日报模板计算00.xlsx"; |
| | | String templateFile1 = basePath+"/00.xlsx"; |
| | | String resultFileName1 = endDateTime+"日报统计.xlsx"; |
| | | String resultFile1 = UUID.randomUUID().toString()+".xlsx";; |
| | | storageFile(filePath.concat(resultFile1)); |