net.sf.jxls.parser
Class CellParser

java.lang.Object
  extended by 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
           
 
Constructor Summary
CellParser(Cell cell)
           
CellParser(org.apache.poi.hssf.usermodel.HSSFCell hssfCell, Row row, Configuration configuration)
           
 
Method Summary
 Cell getCell()
           
 Cell parseCell(java.util.Map beans)
           
 Formula parseCellFormula()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

CellParser

public CellParser(org.apache.poi.hssf.usermodel.HSSFCell hssfCell,
                  Row row,
                  Configuration configuration)

CellParser

public CellParser(Cell cell)
Method Detail

getCell

public Cell getCell()

parseCell

public Cell parseCell(java.util.Map beans)

parseCellFormula

public Formula parseCellFormula()


Copyright © 2005-2010 jXLS Team. All Rights Reserved.