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.ss.usermodel.Cell 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.ss.usermodel.Cell 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)
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.