|
@@ -80,7 +80,7 @@ public class enterpriseexcel {
|
|
|
row = sheet.createRow(0);
|
|
|
cell = row.createCell(0);// ID
|
|
|
cell.setCellStyle(cellStyle1);
|
|
|
- cell.setCellValue("注意:①请按照以下示例填写信息;②最多不超过5000行;③导入前,请记得删除示例行!");
|
|
|
+ cell.setCellValue("注意:①只需填写月度目标任务,年度和季度填0即可。导入后系统会自动计算年度和季度目标任务;②最多不超过5000行;③导入前,请记得删除示例行!");
|
|
|
|
|
|
/*第二行塞值*/
|
|
|
row = sheet.createRow(1);
|
|
@@ -130,7 +130,7 @@ public class enterpriseexcel {
|
|
|
|
|
|
cell = row.createCell(0);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
- cell.setCellValue("名称");
|
|
|
+ cell.setCellValue("TEST0001");
|
|
|
|
|
|
for (int i = 1; i < 18; i++) {
|
|
|
cell = row.createCell(i);
|
|
@@ -172,7 +172,7 @@ public class enterpriseexcel {
|
|
|
row = sheet.createRow(0);
|
|
|
cell = row.createCell(0);// ID
|
|
|
cell.setCellStyle(cellStyle1);
|
|
|
- cell.setCellValue("注意:①请按照以下示例填写信息;②最多不超过5000行;③导入前,请记得删除示例行!");
|
|
|
+ cell.setCellValue("注意:①只需填写月度目标任务,年度和季度填0即可。导入后系统会自动计算年度和季度目标任务;②最多不超过5000行;③导入前,请记得删除示例行!");
|
|
|
|
|
|
|
|
|
/*第二行塞值*/
|