Package | Description |
---|---|
org.apache.poi.hssf.eventmodel | |
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.record.crypto |
Modifier and Type | Method and Description |
---|---|
void |
EventRecordFactory.processRecords(java.io.InputStream in)
Create an array of records from an input stream
|
Modifier and Type | Class and Description |
---|---|
static class |
InternalSheet.UnsupportedBOFType |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Record> |
RecordFactory.createRecords(java.io.InputStream in)
Create an array of records from an input stream
|
void |
RecordInputStream.nextRecord()
Moves to the next record in the stream.
|
Constructor and Description |
---|
RecordInputStream(java.io.InputStream in) |
RecordInputStream(java.io.InputStream in,
EncryptionInfo key,
int initialOffset) |
Constructor and Description |
---|
Biff8DecryptingStream(java.io.InputStream in,
int initialOffset,
EncryptionInfo info) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.