Package | Description |
---|---|
org.apache.poi.xssf.streaming |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.