Uses of Class
org.miaixz.bus.office.excel.cell.MergedCell
Packages that use MergedCell
Package
Description
Excel中单元格相关类
Excel 操作工具类
-
Uses of MergedCell in org.miaixz.bus.office.excel.cell
Methods in org.miaixz.bus.office.excel.cell that return MergedCellModifier and TypeMethodDescriptionstatic MergedCellMergedCell.of(org.apache.poi.ss.usermodel.Cell cell, int rowCount, int columnCount) 创建MergedCellstatic MergedCellMergedCell.of(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.util.CellRangeAddress range) 创建MergedCellMergedCell.setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) 设置单元格样式设置单元格值 -
Uses of MergedCell in org.miaixz.bus.office.excel.xyz
Methods in org.miaixz.bus.office.excel.xyz that return MergedCellModifier and TypeMethodDescriptionstatic MergedCellCellKit.getMergedCell(org.apache.poi.ss.usermodel.Sheet sheet, int x, int y) 获取合并单元格 传入的x,y坐标(列行数)可以是合并单元格范围内的任意一个单元格