Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExternalWorkbookNumber()
java.lang.String
getSheetName()
void
setSheetName(java.lang.String sheetName)
java.lang.String
toFormulaString()
-