public interface ICellValueAndStyle
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
conversion(int row,
Cell cell,
int n,
Sheet.Column hc)
Int value conversion to others
|
String |
getFileSuffix()
Returns the worksheet name
|
int |
getStyleIndex(int rows,
Sheet.Column hc,
Object o)
Returns the cell style index
|
void |
reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
Setting cell value and cell styles
|
default void |
setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
Setting cell value
|
default void |
setNullValue(int row,
Cell cell,
Sheet.Column hc)
Setting cell value as null
|
void reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
row - the row numbercell - the celle - the cell valuehc - the header columnString getFileSuffix()
int getStyleIndex(int rows,
Sheet.Column hc,
Object o)
rows - the row numberhc - the header columno - the cell valuedefault void setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
row - the row numbercell - the celle - the cell valuehc - the header columnclazz - the cell value typedefault void setNullValue(int row,
Cell cell,
Sheet.Column hc)
row - the row numbercell - the cellhc - the header columndefault void conversion(int row,
Cell cell,
int n,
Sheet.Column hc)
row - the row numbercell - the celln - the cell valuehc - the header columnCopyright © 2020. All rights reserved.