| 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 | 
|---|---|
PaletteRecord | 
InternalWorkbook.getCustomPalette()
Returns the custom palette in use for this workbook; if a custom palette record
 does not exist, then it is created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PaletteRecord | 
PaletteRecord.copy()  | 
| Constructor and Description | 
|---|
PaletteRecord(PaletteRecord other)  | 
| Constructor and Description | 
|---|
HSSFPalette(PaletteRecord palette)  | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.