net.sf.jxls.parser
Class CellParser
java.lang.Object
net.sf.jxls.parser.CellParser
public class CellParser
- extends java.lang.Object
Class for parsing excel cell
- Author:
- Leonid Vysochyn
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
CellParser
public CellParser(org.apache.poi.hssf.usermodel.HSSFCell hssfCell,
Row row,
Configuration configuration)
CellParser
public CellParser(Cell cell)
getCell
public Cell getCell()
parseCell
public Cell parseCell(java.util.Map beans)
parseCellFormula
public Formula parseCellFormula()
Copyright © 2005-2010 jXLS Team. All Rights Reserved.