he0xff

参数说明

CellRangeAddress(int firstRow, int lastRow, int firstCol, int lastCol)

CellRangeAddress(起始行号,终止行号, 起始列号,终止列号). 

 

 

sheet.addMergedRegion(new CellRangeAddress(0, 0, 0, 6));

 

分类:

技术点:

相关文章:

  • 2021-10-30
  • 2022-01-05
  • 2022-01-05
  • 2022-01-05
  • 2022-01-05
  • 2021-12-05
  • 2021-08-27
  • 2021-09-17
猜你喜欢
  • 2022-01-05
  • 2022-01-05
  • 2022-01-05
  • 2021-09-15
  • 2022-01-05
  • 2021-04-18
  • 2022-01-05
相关资源
相似解决方案