Uses of Interface
org.apache.poi.ss.usermodel.Name
-
Packages that use Name Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of Name in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Name Modifier and Type Class Description classHSSFNameHigh 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 Name Modifier and Type Method Description voidHSSFWorkbook. removeName(Name name)Remove a name. -
Uses of Name in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Name Modifier and Type Method Description NameFormulaParsingWorkbook. createName()Return the underlying workbook -
Uses of Name in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Name Modifier and Type Method Description NameWorkbook. createName()Creates a new (uninitialised) defined name in this workbookNameWorkbook. getName(java.lang.String name)Methods in org.apache.poi.ss.usermodel that return types with arguments of type Name Modifier and Type Method Description java.util.List<? extends Name>Workbook. getAllNames()Returns all defined names.java.util.List<? extends Name>Workbook. getNames(java.lang.String name)Returns all defined names with the given name.Methods in org.apache.poi.ss.usermodel with parameters of type Name Modifier and Type Method Description voidWorkbook. removeName(Name name)Remove a defined name
-