net.sf.jxls.parser
Class Cell
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Cell
public Cell(org.apache.poi.hssf.usermodel.HSSFCell hssfCell,
Row row)
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.