Class XSSFSingleXmlCell
java.lang.Object
org.apache.poi.xssf.usermodel.helpers.XSSFSingleXmlCell
This class is a wrapper around the CTSingleXmlCell (Open Office XML Part 4:
chapter 3.5.2.1)
- Author:
- Roberto Manicardi
-
Constructor Summary
ConstructorsConstructorDescriptionXSSFSingleXmlCell
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell, SingleXmlCells parent) -
Method Summary
-
Constructor Details
-
XSSFSingleXmlCell
public XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell, SingleXmlCells parent)
-
-
Method Details
-
getReferencedCell
Gets the XSSFCell referenced by the R attribute or creates a new one if cell doesn't exists- Returns:
- the referenced XSSFCell, null if the cell reference is invalid
-
getXpath
-
getMapId
public long getMapId() -
getXmlDataType
public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
-