Package | Description |
---|---|
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFName |
BaseXSSFEvaluationWorkbook.createName() |
XSSFName |
XSSFWorkbook.createName() |
XSSFName |
XSSFWorkbook.getName(java.lang.String name)
Get the first named range with the given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFName> |
XSSFWorkbook.getAllNames()
Get a list of all the named ranges in the workbook.
|
java.util.List<XSSFName> |
XSSFWorkbook.getNames(java.lang.String name)
Get the named ranges with the given name.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.