Uses of Class
net.sf.jxls.parser.Cell

Packages that use Cell
net.sf.jxls.parser   
net.sf.jxls.processor   
net.sf.jxls.transformer   
 

Uses of Cell in net.sf.jxls.parser
 

Methods in net.sf.jxls.parser that return Cell
 Cell CellParser.getCell()
           
 Cell CellParser.parseCell(java.util.Map beans)
           
 

Constructors in net.sf.jxls.parser with parameters of type Cell
CellParser(Cell cell)
           
 

Uses of Cell in net.sf.jxls.processor
 

Methods in net.sf.jxls.processor with parameters of type Cell
 void CellProcessor.processCell(Cell cell, java.util.Map namedCells)
          This method is invoked when cell is processed
 

Uses of Cell in net.sf.jxls.transformer
 

Methods in net.sf.jxls.transformer with parameters of type Cell
 void SimpleRowTransformer.addCell(Cell cell)
           
 void RowCollection.addCell(Cell cell)
           
 RowCollection Row.addCell(Cell cell)
          Adds Cell object to the list of cells for this row
 void Sheet.addNamedCell(java.lang.String label, Cell cell)
           
protected  void BaseRowTransformer.applyCellProcessors(Cell cell)
          Applies all registered CellProcessors to a cell
 boolean RowCollection.containsCell(Cell cell)
           
 

Constructors in net.sf.jxls.transformer with parameters of type Cell
TagRowTransformer(Row row, Cell cell)
           
 



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