javaweb项目 基于poi的excel导出 合并单元格
程序员文章站
2022-03-15 15:01:07
...
代码:
sheet.addMergedRegion(new CellRangeAddress(firstRow, lastRow, firstCol, lastCol));
CellRangeAddress(int firstRow, int lastRow, int firstCol, int lastCol)
参数:起始行号,终止行号, 起始列号,终止列号
上一篇: JSP动态页面
下一篇: Python super使用步骤详解