public class CSVCellValueAndStyle extends Object implements ICellValueAndStyle
| 构造器和说明 |
|---|
CSVCellValueAndStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileSuffix()
Returns the worksheet name
|
int |
getStyleIndex(int rows,
Column hc,
Object o)
Returns the cell style index
|
void |
reset(int row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
void |
setCellValue(int row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasProcessor)
Setting cell value
|
<T> void |
setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconversion, setNullValuepublic void reset(int row,
Cell cell,
Object e,
Column hc)
reset 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnrow - the row numberpublic <T> void setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
setStyleDesign 在接口中 ICellValueAndStyleT - the row's classo - the row datacell - the cell of rowhc - the header columnstyleProcessor - a customize StyleProcessorpublic String getFileSuffix()
getFileSuffix 在接口中 ICellValueAndStylepublic void setCellValue(int row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasProcessor)
setCellValue 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnclazz - the cell value typerow - the row numberhasProcessor - Specify the cell has value converterpublic int getStyleIndex(int rows,
Column hc,
Object o)
getStyleIndex 在接口中 ICellValueAndStylehc - the header columno - the cell valuerows - the row numberCopyright © 2022. All rights reserved.