public class DefaultCellValueAdapter extends Object implements CellValueAdapter
CellValueAdapter.
It will adapt cell string content as common rule.CellValueAdapterDEFAULT_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)
CellValueAdapteradaptValue in interface CellValueAdaptercell - the cell need to value adapt.value - the value to be adapted.Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.