Uses of Class
org.apache.poi.util.NotImplemented

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.
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.