| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 | |
| 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
|
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
ICellValueAndStyle.conversion(int row,
Cell cell,
Object o,
Column hc)
Int value conversion to others
|
void |
ICellValueAndStyle.reset(int row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
default void |
ICellValueAndStyle.setCellValue(int row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasProcessor)
Setting cell value
|
default void |
ICellValueAndStyle.setNullValue(int row,
Cell cell,
Column hc)
Setting cell value as null
|
<T> void |
ICellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CSVCellValueAndStyle.reset(int row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
void |
CSVCellValueAndStyle.setCellValue(int row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasProcessor)
Setting cell value
|
<T> void |
CSVCellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XMLCellValueAndStyle.conversion(int row,
Cell cell,
Object o,
Column hc)
Int value conversion to others
|
void |
XMLCellValueAndStyle.reset(int row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
<T> void |
XMLCellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Cell[] |
Row.cells |
static Cell |
Cell.UNALLOCATED_CELL
Unallocated cell
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Cell[] |
XMLRow.cellCopyOf(int newLength) |
Cell |
Cell.from(Cell cell) |
protected Cell |
Row.getCell(int i)
Returns
Cell |
protected Cell |
Row.getCell(String name)
Search
Cell by column name |
protected Cell |
XMLRow.nextCell()
Loop parse cell
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cell |
Cell.from(Cell cell) |
protected int |
XMLRow.get(Cell cell,
char c,
org.ttzero.excel.reader.XMLRow.Attribute attrConsumer)
Parses the value and attributes of the specified tag
|
protected Boolean |
Row.getBoolean(Cell c)
Get
Boolean value |
protected Byte |
Row.getByte(Cell c)
Get
Byte value |
protected CellType |
Row.getCellType(Cell c)
Returns the type of cell
|
protected Character |
Row.getChar(Cell c)
Get
Character value |
protected Date |
Row.getDate(Cell c)
Get
Date value |
protected BigDecimal |
Row.getDecimal(Cell c)
Get
BigDecimal value |
protected Double |
Row.getDouble(Cell c)
Get
Double value |
protected Integer |
Row.getInt(Cell c)
Get
Integer value |
protected LocalDate |
Row.getLocalDate(Cell c)
Get
LocalDate value |
protected LocalDateTime |
Row.getLocalDateTime(Cell c)
Get
LocalDateTime value |
protected LocalTime |
Row.getLocalTime(Cell c)
Get
LocalTime value |
protected Long |
Row.getLong(Cell c)
Get
Long value |
protected Short |
Row.getShort(Cell c)
Get
Short value |
protected String |
Row.getString(Cell c)
Get string value
|
protected Time |
Row.getTime(Cell c)
Get
Time value by column name |
protected Timestamp |
Row.getTimestamp(Cell c)
Get
Timestamp value |
protected void |
XMLRow.parseCellValue(Cell cell)
Parse cell value
|
Copyright © 2022. All rights reserved.