| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSSFName |
BaseXSSFEvaluationWorkbook.createName() |
XSSFName |
XSSFWorkbook.createName() |
XSSFName |
XSSFWorkbook.getName(String name)
Get the first named range with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<XSSFName> |
XSSFWorkbook.getAllNames()
Get a list of all the named ranges in the workbook.
|
List<XSSFName> |
XSSFWorkbook.getNames(String name)
Get the named ranges with the given name.
|