org.apache.poi.ss.formula.ptg
Interface Pxg
- All Known Subinterfaces:
- Pxg3D
- All Known Implementing Classes:
- Area3DPxg, Deleted3DPxg, NameXPxg, Ref3DPxg
public interface Pxg
An XSSF only special kind of Ptg, which stores the sheet / book
reference in string form.
getExternalWorkbookNumber
int getExternalWorkbookNumber()
getSheetName
java.lang.String getSheetName()
setSheetName
void setSheetName(java.lang.String sheetName)
toFormulaString
java.lang.String toFormulaString()
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.