| java.lang.Object org.ddsteps.dataset.excel.ExcelDataValueAdapter
ExcelDataValueAdapter | class ExcelDataValueAdapter implements DataValue(Code) | | author: Adam version: $Id: ExcelDataValueAdapter.java,v 1.1 2005/12/03 12:51:40 adamskogman Exp $ |
Constructor Summary | |
public | ExcelDataValueAdapter(Cell header, Cell cell) Construct an adapter from a cell and a header. |
ExcelDataValueAdapter | public ExcelDataValueAdapter(Cell header, Cell cell)(Code) | | Construct an adapter from a cell and a header.
Parameters: header - The header cell Parameters: cell - The data cell |
|
|