| Package | Description |
|---|---|
| org.apache.poi.hssf.eventmodel | |
| org.apache.poi.hssf.eventusermodel |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
|
| 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.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
| org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| Class and Description |
|---|
| Model
enclosing_type describe the purpose here
|
| Class and Description |
|---|
| Workbook
Low level model implementation of a Workbook.
|
| Class and Description |
|---|
| AbstractShape
An abstract shape is the lowlevel model for a shape.
|
| DrawingManager2
Provides utilities to manage drawing groups.
|
| Model
enclosing_type describe the purpose here
|
| RecordStream
Simplifies iteration over a sequence of Record objects.
|
| Sheet
Low level model implementation of a Sheet (one workbook contains many sheets)
This file contains the low level binary records starting at the sheets BOF and
ending with the sheets EOF.
|
| TextboxShape
Represents an textbox shape and converts between the highlevel records
and lowlevel records for an oval.
|
| Workbook
Low level model implementation of a Workbook.
|
| Class and Description |
|---|
| DrawingManager2
Provides utilities to manage drawing groups.
|
| Class and Description |
|---|
| RecordStream
Simplifies iteration over a sequence of Record objects.
|
| Class and Description |
|---|
| Sheet
Low level model implementation of a Sheet (one workbook contains many sheets)
This file contains the low level binary records starting at the sheets BOF and
ending with the sheets EOF.
|
| Workbook
Low level model implementation of a Workbook.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.