| 程序包 | 说明 |
|---|---|
| xin.xihc.utils.htmltable |
| 限定符和类型 | 方法和说明 |
|---|---|
static Cell |
Cell.newInstance() |
Cell |
Cell.setColSpan(Integer colSpan) |
Cell |
Cell.setIsAllowRowSpan(Boolean isAllowRowSpan) |
Cell |
Cell.setIsSum(Boolean isSum) |
Cell |
Cell.setRowSpan(Integer rowSpan) |
Cell |
Cell.setStyle(String style)
单元格样式
|
Cell |
Cell.setValue(String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cell> |
Row.getCells() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Row.setCells(List<Cell> cells) |
Copyright © 2020. All rights reserved.