|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jeecgframework.poi.util.PoiMergeCellUtil
public final class PoiMergeCellUtil
纵向合并单元格工具类
| 方法摘要 | |
|---|---|
static void |
mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
int startRow,
Integer... columns)
纵向合并相同内容的单元格 |
static void |
mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
Map<Integer,int[]> mergeMap,
int startRow)
纵向合并相同内容的单元格 |
static void |
mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
Map<Integer,int[]> mergeMap,
int startRow,
int endRow)
纵向合并相同内容的单元格 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static void mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
int startRow,
Integer... columns)
sheet - startRow - 开始行columns - 需要处理的列
public static void mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
Map<Integer,int[]> mergeMap,
int startRow)
sheet - mergeMap - key--列,value--依赖的列,没有传空startRow - 开始行
public static void mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
Map<Integer,int[]> mergeMap,
int startRow,
int endRow)
sheet - mergeMap - key--列,value--依赖的列,没有传空startRow - 开始行endRow - 结束行
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||