Uses of Class
org.apache.poi.xssf.streaming.SXSSFCell

Packages that use SXSSFCell
org.apache.poi.xssf.streaming   
 

Uses of SXSSFCell in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return SXSSFCell
 SXSSFCell SXSSFRow.createCell(int column)
          Use this to create new cells within the row and return it.
 SXSSFCell SXSSFRow.createCell(int column, int type)
          Use this to create new cells within the row and return it.
 SXSSFCell SXSSFFormulaEvaluator.evaluateInCell(Cell cell)
          If cell contains formula, it evaluates the formula, and puts the formula result back into the cell, in place of the old formula.
 SXSSFCell SXSSFRow.getCell(int cellnum)
          Get the cell representing a given column (logical cell) 0-based.
 SXSSFCell SXSSFRow.getCell(int cellnum, Row.MissingCellPolicy policy)
          Returns the cell at the given (0 based) index, with the specified Row.MissingCellPolicy
 



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