Commit 67c38588 authored by yanzg's avatar yanzg

执行时间

parent 2e5cc102
......@@ -403,6 +403,8 @@ public class ExcelConsole<T extends Object> implements DbRow<T> {
CellRangeAddress region = new CellRangeAddress(rowStart, rowEnd, columnPos, columnPos);
sheet.addMergedRegion(region);
// 设置合并后的单元格样式
sheet.getRow(rowStart).getCell(columnPos).setCellStyle(style);
}
/**
......
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