|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSSFName | |
|---|---|
| org.apache.poi.xssf.usermodel | |
| Uses of XSSFName in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return XSSFName | |
|---|---|
XSSFName |
XSSFWorkbook.createName()
|
XSSFName |
BaseXSSFEvaluationWorkbook.createName()
|
XSSFName |
XSSFWorkbook.getName(java.lang.String name)
Get the first named range with the given name. |
XSSFName |
XSSFWorkbook.getNameAt(int nameIndex)
Deprecated. 3.16. New projects should avoid accessing named ranges by index. |
| Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFName | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||