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 static 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 static final org.apache.commons.logging.Log log
CellParser
public CellParser(org.apache.poi.ss.usermodel.Cell 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-2013 jXLS Team. All Rights Reserved.