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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.