|
|
|
@ -176,18 +176,15 @@ public class C1 {
|
|
|
|
|
columnIndex = 2;
|
|
|
|
|
outRow.createCell(columnIndex).setCellValue("");
|
|
|
|
|
outRow.getCell(columnIndex).setCellStyle(dataStyle);
|
|
|
|
|
|
|
|
|
|
//总量数值
|
|
|
|
|
columnIndex = 3;
|
|
|
|
|
value = ExcelReader.readCell(row.getCell(4));
|
|
|
|
|
outRow.createCell(columnIndex).setCellValue(value);
|
|
|
|
|
outRow.getCell(columnIndex).setCellStyle(dataStyle);
|
|
|
|
|
|
|
|
|
|
//区域数值
|
|
|
|
|
columnIndex = 4;
|
|
|
|
|
outRow.createCell(columnIndex).setCellValue("");
|
|
|
|
|
outRow.getCell(columnIndex).setCellStyle(dataStyle);
|
|
|
|
|
|
|
|
|
|
//行政区划
|
|
|
|
|
columnIndex = 5;
|
|
|
|
|
outRow.createCell(columnIndex).setCellValue(cityName);
|
|
|
|
|