public class XSSFSingleXmlCell
extends java.lang.Object
| Constructor | Description |
|---|---|
XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell,
SingleXmlCells parent) |
| Modifier and Type | Method | 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() |
|
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 org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.