Uses of Interface
org.apache.poi.ss.usermodel.Name
Packages that use Name
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of Name in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement NameModifier and TypeClassDescriptionfinal class
High Level Representation of a 'defined name' which could be a 'built-in' name, 'named range' or name of a user defined function.Methods in org.apache.poi.hssf.usermodel with parameters of type NameModifier and TypeMethodDescriptionvoid
HSSFWorkbook.removeName
(Name name) AsHSSFWorkbook.removeName(String)
is not necessarily unique (name + sheet index is unique), this method is more accurate. -
Uses of Name in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return NameModifier and TypeMethodDescriptionFormulaParsingWorkbook.createName()
Return the underlying workbook -
Uses of Name in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return NameModifier and TypeMethodDescriptionWorkbook.createName()
Creates a new (uninitialised) defined name in this workbookWorkbook.getNameAt
(int nameIndex) Deprecated.4.0.0.Methods in org.apache.poi.ss.usermodel that return types with arguments of type NameModifier and TypeMethodDescriptionWorkbook.getAllNames()
Returns all defined names.Returns all defined names with the given name.Methods in org.apache.poi.ss.usermodel with parameters of type Name -
Uses of Name in org.apache.poi.xssf.model
Classes in org.apache.poi.xssf.model that implement NameMethods in org.apache.poi.xssf.model that return types with arguments of type Name -
Uses of Name in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return NameModifier and TypeMethodDescriptionSXSSFWorkbook.createName()
Creates a new (uninitialised) defined name in this workbookSXSSFWorkbook.getNameAt
(int nameIndex) Deprecated.3.16.Methods in org.apache.poi.xssf.streaming that return types with arguments of type NameModifier and TypeMethodDescriptionSXSSFWorkbook.getAllNames()
Returns all defined namesReturns all defined names with the given name.Methods in org.apache.poi.xssf.streaming with parameters of type NameModifier and TypeMethodDescriptionvoid
SXSSFWorkbook.removeName
(Name name) Remove the given defined name -
Uses of Name in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement NameModifier and TypeClassDescriptionfinal class
Represents a defined named range in a SpreadsheetML workbook.Methods in org.apache.poi.xssf.usermodel with parameters of type NameModifier and TypeMethodDescriptionXSSFSheet.createPivotTable
(Name source, CellReference position) Create a pivot table using the Name range, at the given position.XSSFSheet.createPivotTable
(Name source, CellReference position, Sheet sourceSheet) Create a pivot table using the Name range reference on sourceSheet, at the given position.void
XSSFWorkbook.removeName
(Name name) AsXSSFWorkbook.removeName(String)
is not necessarily unique (name + sheet index is unique), this method is more accurate.