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.hssf.usermodel.HSSFCell hssfCell, Row row)
           
 
Method Summary
 java.lang.String getCollectionName()
           
 Property getCollectionProperty()
           
 int getDependentRowNumber()
           
 java.util.List getExpressions()
           
 Formula getFormula()
           
 org.apache.poi.hssf.usermodel.HSSFCell getHssfCell()
           
 java.lang.String getHssfCellValue()
           
 java.lang.String getLabel()
           
 org.apache.poi.ss.util.CellRangeAddress getMergedRegion()
           
 java.lang.String getMetaInfo()
           
 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 setHssfCell(org.apache.poi.hssf.usermodel.HSSFCell hssfCell)
           
 void setHssfCellValue(java.lang.String hssfCellValue)
           
 void setLabel(java.lang.String label)
           
 void setMergedRegion(org.apache.poi.ss.util.CellRangeAddress mergedRegion)
           
 void setMetaInfo(java.lang.String metaInfo)
           
 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.hssf.usermodel.HSSFCell 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)

getHssfCell

public org.apache.poi.hssf.usermodel.HSSFCell getHssfCell()

setHssfCell

public void setHssfCell(org.apache.poi.hssf.usermodel.HSSFCell 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()

getHssfCellValue

public java.lang.String getHssfCellValue()

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)

setHssfCellValue

public void setHssfCellValue(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-2010 jXLS Team. All Rights Reserved.