org.apache.poi.xssf.usermodel.helpers
public class XSSFSingleXmlCell extends java.lang.Object
Constructor and Description |
---|
XSSFSingleXmlCell(CTSingleXmlCell singleXmlCell,
SingleXmlCells parent) |
Modifier and Type | Method and Description |
---|---|
long |
getMapId() |
XSSFCell |
getReferencedCell()
Gets the XSSFCell referenced by the R attribute or creates a new one if cell doesn't exists
|
java.lang.Enum |
getXmlDataType() |
java.lang.String |
getXpath() |
public XSSFSingleXmlCell(CTSingleXmlCell singleXmlCell, SingleXmlCells parent)
public XSSFCell getReferencedCell()
public java.lang.String getXpath()
public long getMapId()
public java.lang.Enum getXmlDataType()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.