| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
Cell[] |
Row.calloc(int n)
Malloc and clear
|
Cell[] |
Row.getCells() |
Cell[] |
Row.malloc(int n)
Malloc
|
Cell[] |
Row.realloc(int n)
Resize and clear
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Sheet.conversion(Cell cell,
int n,
Sheet.Column hc)
Int value conversion to others
|
protected void |
Sheet.setCellValue(Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
Setting cell value
|
protected void |
Sheet.setCellValueAndStyle(Cell cell,
Object e,
Sheet.Column hc)
Setting cell value and cell styles
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Cell |
Row.getCell(int i) |
Copyright © 2019. All rights reserved.