|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotImplemented | |
---|---|
org.apache.poi.xssf.streaming |
Uses of NotImplemented in org.apache.poi.xssf.streaming |
---|
Methods in org.apache.poi.xssf.streaming with annotations of type NotImplemented | |
---|---|
CellRangeAddress |
SXSSFCell.getArrayFormulaRange()
Only valid for array formula cells |
boolean |
SXSSFCell.isPartOfArrayFormulaGroup()
|
void |
SXSSFSheet.shiftRows(int startRow,
int endRow,
int n)
Not implemented for SXSSFSheets Shifts rows between startRow and endRow n number of rows. |
void |
SXSSFSheet.shiftRows(int startRow,
int endRow,
int n,
boolean copyRowHeight,
boolean resetOriginalRowHeight)
Not implemented for SXSSFSheets Shifts rows between startRow and endRow n number of rows. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |