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 static org.apache.commons.logging.Log log
           
 
Constructor Summary
CellParser(Cell cell)
           
CellParser(org.apache.poi.ss.usermodel.Cell 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 static final org.apache.commons.logging.Log log
Constructor Detail

CellParser

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