| 程序包 | 说明 |
|---|---|
| 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,
int n,
Sheet.Column hc)
Int value conversion to others
|
void |
ICellValueAndStyle.reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
Setting cell value and cell styles
|
default void |
ICellValueAndStyle.setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
Setting cell value
|
default void |
ICellValueAndStyle.setNullValue(int row,
Cell cell,
Sheet.Column hc)
Setting cell value as null
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CSVCellValueAndStyle.reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
Setting cell value and cell styles
|
void |
CSVCellValueAndStyle.setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
Setting cell value
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XMLCellValueAndStyle.conversion(int row,
Cell cell,
int n,
Sheet.Column hc)
Int value conversion to others
|
void |
XMLCellValueAndStyle.reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
Setting cell value and cell styles
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cell |
Cell.from(Cell cell) |
protected Cell |
Row.getCell(int i)
Returns
Cell |
protected Cell |
Row.getCell(String name)
Search
Cell by column name |
| 限定符和类型 | 方法和说明 |
|---|---|
Cell |
Cell.from(Cell cell) |
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 char |
Row.getChar(Cell c)
Get char 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 int |
Row.getInt(Cell c)
Get int 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 |
Copyright © 2020. All rights reserved.