| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected SelectionRecord |
InternalSheet._selection |
| Modifier and Type | Method and Description |
|---|---|
SelectionRecord |
InternalSheet.getSelection() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalSheet.setSelection(SelectionRecord selection) |
| Modifier and Type | Method and Description |
|---|---|
SelectionRecord |
SelectionRecord.copy() |
| Constructor and Description |
|---|
SelectionRecord(SelectionRecord other) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.