| Package | Description |
|---|---|
| org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| org.apache.poi.hssf.record.cf | |
| org.apache.poi.hssf.record.chart | |
| org.apache.poi.hssf.record.common | |
| org.apache.poi.hssf.record.cont | |
| org.apache.poi.hssf.record.pivottable | |
| org.apache.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
| org.apache.poi.ss.util |
| Modifier and Type | Method | Description |
|---|---|---|
static Record |
InterfaceEndRecord.create(RecordInputStream in) |
|
static Record[] |
RecordFactory.createRecord(RecordInputStream in) |
create a record, if there are MUL records than multiple records
are returned digested into the non-mul form.
|
static Record |
RecordFactory.createSingleRecord(RecordInputStream in) |
|
void |
FilePassRecord.Rc4KeyData.read(RecordInputStream in) |
|
void |
FilePassRecord.XorKeyData.read(RecordInputStream in) |
| Constructor | Description |
|---|---|
FontFormatting(RecordInputStream in) |
Creates new FontFormatting
|
| Constructor | Description |
|---|---|
FeatFormulaErr2(RecordInputStream in) |
|
FeatProtection(RecordInputStream in) |
|
FeatSmartTag(RecordInputStream in) |
|
FtrHeader(RecordInputStream in) |
|
UnicodeString(RecordInputStream in) |
construct a unicode string record and fill its fields, ID is ignored
|
| Constructor | Description |
|---|---|
ContinuableRecordInput(RecordInputStream in) |
| Constructor | Description |
|---|---|
DataItemRecord(RecordInputStream in) |
|
ExtendedPivotTableViewFieldsRecord(RecordInputStream in) |
|
PageItemRecord(RecordInputStream in) |
|
StreamIDRecord(RecordInputStream in) |
|
ViewDefinitionRecord(RecordInputStream in) |
|
ViewFieldsRecord(RecordInputStream in) |
|
ViewSourceRecord(RecordInputStream in) |
| Constructor | Description |
|---|---|
CellRangeAddress(RecordInputStream in) |
Deprecated.
|
CellRangeAddressList(RecordInputStream in) |
Deprecated.
|
| Constructor | Description |
|---|---|
CellRangeAddress(RecordInputStream in) |
|
CellRangeAddressList(RecordInputStream in) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.