Commit b8128329 by ghxdhr

修改曲线填充

parent 3640f244
...@@ -250,9 +250,10 @@ public class SingleSheetMoreOperation implements Operation { ...@@ -250,9 +250,10 @@ public class SingleSheetMoreOperation implements Operation {
} }
} }
}
index++; index++;
} }
}
// 填充空白 // 填充空白
if (blankBeginNum != null && blankDataMap != null && blankDataMap.size() > 0) { if (blankBeginNum != null && blankDataMap != null && blankDataMap.size() > 0) {
XSSFRow row = sheet.getRow(blankBeginNum); XSSFRow row = sheet.getRow(blankBeginNum);
......
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