net.sf.jxls.parser
Class Cell

java.lang.Object
  extended by net.sf.jxls.parser.Cell

public class Cell
extends java.lang.Object

Represents excel cell

Author:
Leonid Vysochyn

Constructor Summary
Cell(org.apache.poi.ss.usermodel.Cell hssfCell, Row row)
           
 
Method Summary
 java.lang.String getCollectionName()
           
 Property getCollectionProperty()
           
 int getDependentRowNumber()
           
 java.util.List getExpressions()
           
 Formula getFormula()
           
 java.lang.String getLabel()
           
 org.apache.poi.ss.util.CellRangeAddress getMergedRegion()
           
 java.lang.String getMetaInfo()
           
 org.apache.poi.ss.usermodel.Cell getPoiCell()
           
 java.lang.String getPoiCellValue()
           
 Row getRow()
           
 RowCollection getRowCollection()
           
 java.lang.String getStringCellValue()
           
 Tag getTag()
           
 boolean isEmpty()
           
 boolean isFormula()
           
 boolean isNull()
           
 void replaceCellWithNewShiftedBy(int shift)
           
 void setCollectionName(java.lang.String collectionName)
           
 void setCollectionProperty(Property collectionProperty)
           
 void setDependentRowNumber(int dependentRowNumber)
           
 void setExpressions(java.util.List expressions)
           
 void setFormula(Formula formula)
           
 void setLabel(java.lang.String label)
           
 void setMergedRegion(org.apache.poi.ss.util.CellRangeAddress mergedRegion)
           
 void setMetaInfo(java.lang.String metaInfo)
           
 void setPoiCell(org.apache.poi.ss.usermodel.Cell hssfCell)
           
 void setPoiCellValue(java.lang.String hssfCellValue)
           
 void setRow(Row row)
           
 void setRowCollection(RowCollection rowCollection)
           
 void setStringCellValue(java.lang.String stringCellValue)
           
 void setTag(Tag tag)
           
 java.lang.String toCellName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cell

public Cell(org.apache.poi.ss.usermodel.Cell hssfCell,
            Row row)
Method Detail

getTag

public Tag getTag()

setTag

public void setTag(Tag tag)

getExpressions

public java.util.List getExpressions()

setExpressions

public void setExpressions(java.util.List expressions)

getMergedRegion

public org.apache.poi.ss.util.CellRangeAddress getMergedRegion()

getDependentRowNumber

public int getDependentRowNumber()

getRowCollection

public RowCollection getRowCollection()

setRowCollection

public void setRowCollection(RowCollection rowCollection)

getCollectionName

public java.lang.String getCollectionName()

getFormula

public Formula getFormula()

setFormula

public void setFormula(Formula formula)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getCollectionProperty

public Property getCollectionProperty()

setCollectionProperty

public void setCollectionProperty(Property collectionProperty)

getPoiCell

public org.apache.poi.ss.usermodel.Cell getPoiCell()

setPoiCell

public void setPoiCell(org.apache.poi.ss.usermodel.Cell hssfCell)

replaceCellWithNewShiftedBy

public void replaceCellWithNewShiftedBy(int shift)

toCellName

public java.lang.String toCellName()

getRow

public Row getRow()

setRow

public void setRow(Row row)

isFormula

public boolean isFormula()

getPoiCellValue

public java.lang.String getPoiCellValue()

getStringCellValue

public java.lang.String getStringCellValue()

getMetaInfo

public java.lang.String getMetaInfo()

isEmpty

public boolean isEmpty()

isNull

public boolean isNull()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setDependentRowNumber

public void setDependentRowNumber(int dependentRowNumber)

setCollectionName

public void setCollectionName(java.lang.String collectionName)

setPoiCellValue

public void setPoiCellValue(java.lang.String hssfCellValue)

setStringCellValue

public void setStringCellValue(java.lang.String stringCellValue)

setMetaInfo

public void setMetaInfo(java.lang.String metaInfo)

setMergedRegion

public void setMergedRegion(org.apache.poi.ss.util.CellRangeAddress mergedRegion)


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