Uses of Enum Class
org.apache.poi.ss.usermodel.Row.MissingCellPolicy
Packages that use Row.MissingCellPolicy
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Row.MissingCellPolicy in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return Row.MissingCellPolicyModifier and TypeMethodDescriptionHSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when getting missing or blank cells from a row.Methods in org.apache.poi.hssf.usermodel with parameters of type Row.MissingCellPolicyModifier and TypeMethodDescriptionHSSFRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Get the hssfcell representing a given column (logical cell) 0-based.void
HSSFWorkbook.setMissingCellPolicy
(Row.MissingCellPolicy missingCellPolicy) Sets the policy on what to do when getting missing or blank cells from a row. -
Uses of Row.MissingCellPolicy in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Row.MissingCellPolicyModifier and TypeMethodDescriptionWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when getting missing or blank cells from a row.static Row.MissingCellPolicy
Returns the enum constant of this class with the specified name.static Row.MissingCellPolicy[]
Row.MissingCellPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type Row.MissingCellPolicyModifier and TypeMethodDescriptionRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicy
void
Workbook.setMissingCellPolicy
(Row.MissingCellPolicy missingCellPolicy) Sets the policy on what to do when getting missing or blank cells from a row. -
Uses of Row.MissingCellPolicy in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return Row.MissingCellPolicyModifier and TypeMethodDescriptionSXSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when getting missing or blank cells from a row.Methods in org.apache.poi.xssf.streaming with parameters of type Row.MissingCellPolicyModifier and TypeMethodDescriptionSXSSFRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicy
void
SXSSFWorkbook.setMissingCellPolicy
(Row.MissingCellPolicy missingCellPolicy) Sets the policy on what to do when getting missing or blank cells from a row. -
Uses of Row.MissingCellPolicy in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return Row.MissingCellPolicyModifier and TypeMethodDescriptionXSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when getting missing or blank cells from a row.Methods in org.apache.poi.xssf.usermodel with parameters of type Row.MissingCellPolicyModifier and TypeMethodDescriptionXSSFRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicy
void
XSSFWorkbook.setMissingCellPolicy
(Row.MissingCellPolicy missingCellPolicy) Sets the policy on what to do when getting missing or blank cells from a row.