|
@@ -286,9 +286,10 @@ public class ExcelCommonUtil {
|
|
String cellValue = GetCellValue(cell);
|
|
String cellValue = GetCellValue(cell);
|
|
if (cellValue != null && cellValue.trim().length() > 0) {
|
|
if (cellValue != null && cellValue.trim().length() > 0) {
|
|
value = cellValue.trim();
|
|
value = cellValue.trim();
|
|
|
|
+ result.titleColList.add(value);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- result.titleColList.add(value);
|
|
|
|
|
|
+// result.titleColList.add(value);
|
|
}
|
|
}
|
|
|
|
|
|
for (int index_row = row_from + 1; index_row <= row_to; index_row++) {
|
|
for (int index_row = row_from + 1; index_row <= row_to; index_row++) {
|