public class XSSFSingleXmlCell extends Object
Constructor and Description |
---|
XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.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
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum |
getXmlDataType() |
String |
getXpath() |
public XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell, SingleXmlCells parent)
public XSSFCell getReferencedCell()
public String getXpath()
public long getMapId()
public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
Copyright © 2020. All rights reserved.