| Package | Description |
|---|---|
| org.apache.poi.hssf.dev |
DEV package serves two purposes. 1.
|
| org.apache.poi.hssf.eventmodel | |
| org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| Modifier and Type | Method and Description |
|---|---|
static Record[] |
BiffViewer.createRecords(java.io.InputStream is,
java.io.PrintStream ps,
org.apache.poi.hssf.dev.BiffViewer.BiffRecordListener recListener,
boolean dumpInterpretedRecords)
Create an array of records from an input stream
|
| 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 | 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,
Biff8EncryptionKey key,
int initialOffset) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.