Uses of Interface
org.apache.poi.ss.usermodel.Name
-
Packages that use Name Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.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 io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return Name Modifier and Type Method Description Name
EvalBook. createName()
Name
ParsingBook. createName()
-
Uses of Name in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type Name Modifier and Type Method Description protected boolean
AbstractExcelImporter. skipName(Name definedName)
protected boolean
ExcelXlsImporter. skipName(Name definedName)
-
Uses of Name in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Name Modifier and Type Class Description class
HSSFName
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 Name Modifier and Type Method Description void
HSSFWorkbook. 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 Name
FormulaParsingWorkbook. 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 Name
Workbook. createName()
Creates a new (uninitialised) defined name in this workbookName
Workbook. getName(String name)
Methods in org.apache.poi.ss.usermodel that return types with arguments of type Name Modifier and Type Method Description List<? extends Name>
Workbook. getAllNames()
Returns all defined names.List<? extends Name>
Workbook. getNames(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 void
Workbook. removeName(Name name)
Remove a defined name
-