public class CSVCellValueAndStyle extends Object implements ICellValueAndStyle
| 构造器和说明 |
|---|
CSVCellValueAndStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStyleIndex(Row row,
Column hc,
Object o)
Returns the cell style index
|
void |
setCellValue(Row row,
Cell cell,
Object e,
Column hc,
Class<?> clazz,
boolean hasConversion)
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, downloadRemoteResource, isAllowDirectOutput, reset, setNullValue, unknownType, writeAsMediapublic <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 void setCellValue(Row row, Cell cell, Object e, Column hc, Class<?> clazz, boolean hasConversion)
setCellValue 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnclazz - the cell value typehasConversion - 是否有输出转换器row - 行信息public int getStyleIndex(Row row, Column hc, Object o)
getStyleIndex 在接口中 ICellValueAndStylerow - the row datahc - the header columno - the cell valueCopyright © 2024. All rights reserved.