| Package | Description | 
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalSheet | InternalSheet. cloneSheet()Clones the low level records of this sheet and returns the new sheet instance. | 
| static InternalSheet | InternalSheet. createSheet()Creates a sheet with all the usual records minus values and the "index"
 record (not required). | 
| static InternalSheet | InternalSheet. createSheet(RecordStream rs)read support  (offset used as starting point for search) for low level
 API. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InternalWorkbook. cloneDrawings(InternalSheet sheet)Check if the cloned sheet has drawings. | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalSheet | HSSFSheet. getSheet()used internally in the API to get the low level Sheet record represented by this
 Object. | 
| Constructor and Description | 
|---|
| HSSFSheet(HSSFWorkbook workbook,
         InternalSheet sheet)Creates an HSSFSheet representing the given Sheet object. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.