Uses of Class
org.apache.poi.xssf.usermodel.XSSFName
-
Packages that use XSSFName Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFName in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFName Modifier and Type Method Description XSSFNameBaseXSSFEvaluationWorkbook. createName()XSSFNameXSSFWorkbook. createName()XSSFNameXSSFWorkbook. getName(String name)Get the first named range with the given name.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFName Modifier and Type Method Description List<XSSFName>XSSFWorkbook. getAllNames()Get a list of all the named ranges in the workbook.List<XSSFName>XSSFWorkbook. getNames(String name)Get the named ranges with the given name.
-