public class XSSFSingleXmlCell
extends java.lang.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
|
java.lang.String |
getXmlDataType() |
java.lang.String |
getXpath() |
public XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell, SingleXmlCells parent)
public XSSFCell getReferencedCell()
public java.lang.String getXpath()
public long getMapId()
public java.lang.String getXmlDataType()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.