Package | Description |
---|---|
org.apache.poi.hssf.dev |
DEV package serves two purposes.
|
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 | Method and Description |
---|---|
static Record[] |
BiffViewer.createRecords(java.io.InputStream is,
java.io.PrintWriter ps,
org.apache.poi.hssf.dev.BiffViewer.BiffRecordListener recListener,
boolean dumpInterpretedRecords)
Create an array of records from an input stream
|
Modifier and Type | Class and Description |
---|---|
static class |
InternalSheet.UnsupportedBOFType |
Modifier and Type | Class and Description |
---|---|
class |
RecordFormatException
Deprecated.
as of 3.15-beta1, scheduled for removal in 3.17
use the class with the same name from the utils-package
|
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
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.