Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
Row.MissingCellPolicy |
HSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when
getting missing or blank cells from a row.
|
Modifier and Type | Method and Description |
---|---|
HSSFCell |
HSSFRow.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.
|
Modifier and Type | Method and Description |
---|---|
Row.MissingCellPolicy |
Workbook.getMissingCellPolicy()
Retrieves the current policy on what to do when
getting missing or blank cells from a row.
|
static Row.MissingCellPolicy |
Row.MissingCellPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Row.MissingCellPolicy[] |
Row.MissingCellPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cell |
Row.getCell(int cellnum,
Row.MissingCellPolicy policy)
Returns the cell at the given (0 based) index, with the specified
Row.MissingCellPolicy |
void |
Workbook.setMissingCellPolicy(Row.MissingCellPolicy missingCellPolicy)
Sets the policy on what to do when
getting missing or blank cells from a row.
|
Modifier and Type | Method and Description |
---|---|
Row.MissingCellPolicy |
SXSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when
getting missing or blank cells from a row.
|
Modifier and Type | Method and Description |
---|---|
SXSSFCell |
SXSSFRow.getCell(int cellnum,
Row.MissingCellPolicy policy)
Returns the cell at the given (0 based) index, with the specified
Row.MissingCellPolicy |
void |
SXSSFWorkbook.setMissingCellPolicy(Row.MissingCellPolicy missingCellPolicy)
Sets the policy on what to do when
getting missing or blank cells from a row.
|
Modifier and Type | Method and Description |
---|---|
Row.MissingCellPolicy |
XSSFWorkbook.getMissingCellPolicy()
Retrieves the current policy on what to do when
getting missing or blank cells from a row.
|
Modifier and Type | Method and Description |
---|---|
XSSFCell |
XSSFRow.getCell(int cellnum,
Row.MissingCellPolicy policy)
Returns the cell at the given (0 based) index, with the specified
Row.MissingCellPolicy |
void |
XSSFWorkbook.setMissingCellPolicy(Row.MissingCellPolicy missingCellPolicy)
Sets the policy on what to do when
getting missing or blank cells from a row.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.