Commit 3357efec authored by Quxl's avatar Quxl

x

parent 5976e804
...@@ -622,7 +622,6 @@ public class ExportServiceImpl implements ExportService { ...@@ -622,7 +622,6 @@ public class ExportServiceImpl implements ExportService {
Cell cell = sheet.getRow(row-1).getCell(col-1); Cell cell = sheet.getRow(row-1).getCell(col-1);
if(cell != null) { if(cell != null) {
String tplValue = cell.getStringCellValue(); String tplValue = cell.getStringCellValue();
if(StringUtil.isNotBlank(tplValue)) { if(StringUtil.isNotBlank(tplValue)) {
if(tplValue.matches("_+")) { if(tplValue.matches("_+")) {
cell.setCellValue(value); cell.setCellValue(value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment