public class CSVCellValueAndStyle extends Object implements ICellValueAndStyle
| 构造器和说明 |
|---|
CSVCellValueAndStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
void |
setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
Setting cell value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconversion, setNullValuepublic void reset(int row,
Cell cell,
Object e,
Sheet.Column hc)
reset 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnrow - the row numberpublic String getFileSuffix()
getFileSuffix 在接口中 ICellValueAndStylepublic void setCellValue(int row,
Cell cell,
Object e,
Sheet.Column hc,
Class<?> clazz)
setCellValue 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnclazz - the cell value typerow - the row numberpublic int getStyleIndex(int rows,
Sheet.Column hc,
Object o)
getStyleIndex 在接口中 ICellValueAndStylehc - the header columno - the cell valuerows - the row numberCopyright © 2020. All rights reserved.