| Package | Description | 
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. | 
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| NameRecord | InternalWorkbook. addName(NameRecord name)adds a name record | 
| NameRecord | InternalWorkbook. cloneFilter(int filterDbNameIndex,
           int newSheetIndex) | 
| NameRecord | InternalWorkbook. createBuiltInName(byte builtInName,
                 int sheetNumber)Generates a NameRecord to represent a built-in region | 
| NameRecord | InternalWorkbook. createName()creates new name | 
| NameRecord | InternalWorkbook. getNameRecord(int index)gets the name record | 
| NameRecord | InternalWorkbook. 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 slow | 
| Modifier and Type | Method and Description | 
|---|---|
| NameRecord | InternalWorkbook. addName(NameRecord name)adds a name record | 
| NameCommentRecord | InternalWorkbook. getNameCommentRecord(NameRecord nameRecord)gets the name comment record | 
| Modifier and Type | Method and Description | 
|---|---|
| NameRecord | NameRecord. copy() | 
| Constructor and Description | 
|---|
| NameRecord(NameRecord other) | 
| Modifier and Type | Method and Description | 
|---|---|
| NameRecord | HSSFWorkbook. getNameRecord(int nameIndex) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.