| Package | Description | 
|---|---|
| loci.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| loci.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| NameRecord | Workbook. addName(NameRecord name)creates new name | 
| NameRecord | Workbook. createBuiltInName(byte builtInName,
                 int index)Generates a NameRecord to represent a built-in region | 
| NameRecord | Workbook. createName()creates new name | 
| NameRecord | Workbook. getNameRecord(int index)gets the name record | 
| NameRecord | Workbook. getSpecificBuiltinRecord(byte name,
                        int sheetIndex)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 | Workbook. addName(NameRecord name)creates new name | 
| Modifier and Type | Field and Description | 
|---|---|
| private NameRecord | HSSFName. name | 
| Modifier and Type | Method and Description | 
|---|---|
| private NameRecord | HSSFWorkbook. findExistingRowColHeaderNameRecord(int sheetIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| private boolean | HSSFWorkbook. isRowColHeaderRecord(NameRecord r) | 
| Constructor and Description | 
|---|
| HSSFName(Workbook book,
        NameRecord name)Creates new HSSFName   - called by HSSFWorkbook to create a sheet from
 scratch. | 
Copyright © 2016 Open Microscopy Environment