Uses of Class
org.apache.poi.hssf.record.NameRecord
Packages that use NameRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of NameRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return NameRecordModifier and TypeMethodDescriptionInternalWorkbook.addName
(NameRecord name) adds a name recordInternalWorkbook.cloneFilter
(int filterDbNameIndex, int newSheetIndex) InternalWorkbook.createBuiltInName
(byte builtInName, int sheetNumber) Generates a NameRecord to represent a built-in regionInternalWorkbook.createName()
creates new nameInternalWorkbook.getNameRecord
(int index) gets the name recordInternalWorkbook.getSpecificBuiltinRecord
(byte name, int sheetNumber) Retrieves the Builtin NameRecord that matches the name and index There shouldn't be too many names to make the sequential search too slowMethods in org.apache.poi.hssf.model with parameters of type NameRecordModifier and TypeMethodDescriptionInternalWorkbook.addName
(NameRecord name) adds a name recordInternalWorkbook.getNameCommentRecord
(NameRecord nameRecord) gets the name comment record -
Uses of NameRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return NameRecord