|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jeecgframework.poi.excel.html.helper.MergedRegionHelper
public class MergedRegionHelper
合并单元格帮助类
| 构造方法摘要 | |
|---|---|
MergedRegionHelper(org.apache.poi.ss.usermodel.Sheet sheet)
|
|
| 方法摘要 | |
|---|---|
Integer[] |
getRowAndColSpan(int row,
int col)
获取合并区域 |
boolean |
isMergedRegion(int row,
int col)
是不是合并区域 |
boolean |
isNeedCreate(int row,
int col)
是不是需要创建这个TD |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MergedRegionHelper(org.apache.poi.ss.usermodel.Sheet sheet)
| 方法详细信息 |
|---|
public boolean isNeedCreate(int row,
int col)
row - col -
public boolean isMergedRegion(int row,
int col)
row - col -
public Integer[] getRowAndColSpan(int row,
int col)
row - col -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||