org.odftoolkit.simple.table
public class DefaultCellValueAdapter extends Object implements CellValueAdapter
CellValueAdapter
.
It will adapt cell string content as common rule.CellValueAdapter
DEFAULT_VALUE_ADAPTER
Constructor and Description |
---|
DefaultCellValueAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
adaptValue(Cell cell,
String value)
Adapt string content to a more proper cell value type as need.
|
public void adaptValue(Cell cell, String value)
CellValueAdapter
adaptValue
in interface CellValueAdapter
cell
- the cell need to value adapt.value
- the value to be adapted.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.