|
@@ -199,7 +199,7 @@ public class TPlantproglistController extends BaseController
|
|
int n = 0;
|
|
int n = 0;
|
|
for (int m = 0; m < cellNum; m++) {
|
|
for (int m = 0; m < cellNum; m++) {
|
|
Cell cell = row.getCell(m);
|
|
Cell cell = row.getCell(m);
|
|
- cell.setCellType(CellType.STRING);
|
|
|
|
|
|
+ // cell.setCellType(CellType.STRING);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
if (m == 11) {
|
|
if (m == 11) {
|
|
if (cellValue.trim().equals("附件总汇")) {
|
|
if (cellValue.trim().equals("附件总汇")) {
|
|
@@ -212,7 +212,7 @@ public class TPlantproglistController extends BaseController
|
|
//附件清单
|
|
//附件清单
|
|
for (int j = 0; j < cellNum; j++) {
|
|
for (int j = 0; j < cellNum; j++) {
|
|
Cell cell = row.getCell(j);
|
|
Cell cell = row.getCell(j);
|
|
- cell.setCellType(CellType.STRING);
|
|
|
|
|
|
+ // cell.setCellType(CellType.STRING);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
logger.info("cellValue:" + cellValue);
|
|
logger.info("cellValue:" + cellValue);
|
|
if (j == 0) {
|
|
if (j == 0) {
|
|
@@ -263,7 +263,7 @@ public class TPlantproglistController extends BaseController
|
|
//其他类型
|
|
//其他类型
|
|
for (int j = 0; j < cellNum; j++) {
|
|
for (int j = 0; j < cellNum; j++) {
|
|
Cell cell = row.getCell(j);
|
|
Cell cell = row.getCell(j);
|
|
- cell.setCellType(CellType.STRING);
|
|
|
|
|
|
+ // cell.setCellType(CellType.STRING);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
String cellValue = ExcelUtils.getCellValue(cell);
|
|
logger.info("cellValue:" + cellValue);
|
|
logger.info("cellValue:" + cellValue);
|
|
if (j == 0) {
|
|
if (j == 0) {
|