| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 |
| 限定符和类型 | 方法和说明 |
|---|---|
Row |
RowBlock.firstRow()
获取本批次行块中第一个数据
|
Row |
RowBlock.get(int position)
获取本批次指定游标的Row,此方法不会修改游标位置
|
Row |
RowBlock.lastRow()
获取本批次行块中最后一个数据
|
Row |
RowBlock.next()
迭代取数
|
Row |
Row.setHeight(double height)
设置行高
|
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
ICellValueAndStyle.conversion(Row row,
Cell cell,
Object o,
Column hc)
Int value conversion to others
|
default void |
ICellValueAndStyle.downloadRemoteResource(Row row,
Cell cell,
String e,
Column hc,
Class<?> clazz)
Download resource from remote server
NOTE:By default, only marking the cell type as
REMOTE_URL does not actually download resources. |
default int |
ICellValueAndStyle.getStyleIndex(Row row,
Column hc,
Object o)
Returns the cell style index
|
default void |
ICellValueAndStyle.reset(Row row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
default void |
ICellValueAndStyle.setCellValue(Row row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasConversion)
Setting cell value
|
default void |
ICellValueAndStyle.setNullValue(Row row,
Cell cell,
Column hc)
Setting cell value as null
|
default void |
ICellValueAndStyle.unknownType(Row row,
Cell cell,
Object e,
Column hc,
Class<?> clazz)
unknown cell type converter
|
default void |
ICellValueAndStyle.writeAsMedia(Row row,
Cell cell,
String e,
Column hc,
Class<?> clazz)
Convert string to binary
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
CSVCellValueAndStyle.getStyleIndex(Row row,
Column hc,
Object o)
Returns the cell style index
|
void |
CSVCellValueAndStyle.setCellValue(Row row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasConversion)
Setting cell value
|
protected void |
CSVWorksheetWriter.writeRow(Row row)
Write a row data
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
XMLZebraLineCellValueAndStyle.getStyleIndex(Row row,
Column hc,
Object o)
Returns the cell style index
|
protected void |
XMLWorksheetWriter.writeRow(Row row)
Write a row data
|
Copyright © 2023. All rights reserved.