CellRangeAddress cellrange = new CellRangeAddress(firstRow, lastRow, firshCol, lastCol);
sheet.addMergeRegion(cellrange);
參數說明: 從0開始
int firstRow: 起始行號
int lastRow: 終止行號
int firstCol: 起始列號
int lastCol: 終止列號
CellRangeAddress cellrange = new CellRangeAddress(firstRow, lastRow, firshCol, lastCol);
sheet.addMergeRegion(cellrange);
參數說明: 從0開始
int firstRow: 起始行號
int lastRow: 終止行號
int firstCol: 起始列號
int lastCol: 終止列號
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。