Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
Class and Description |
---|
ConditionalFormattingTable
Holds all the conditional formatting for a workbook sheet.
|
DataValidityTable
Manages the DVALRecord and DVRecords for a single sheet
See OOO excelfileformat.pdf section 4.14 |
PageSettingsBlock
Groups the page settings records for a worksheet.
|
RecordAggregate.RecordVisitor |
RowRecordsAggregate |
SharedValueManager
Manages various auxiliary records while constructing a
RowRecordsAggregate :
SharedFormulaRecord s
ArrayRecord s
TableRecord s
|
WorksheetProtectionBlock
Groups the sheet protection records for a worksheet.
|
Class and Description |
---|
BOFRecordAggregate
Aggregation of bof
|
Class and Description |
---|
CFRecordsAggregate
CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord
and number of up to three CFRuleRecord records together to simplify
access to them.
|
FormulaRecordAggregate
The formula record aggregate is used to join together the formula record and it's
(optional) string record and (optional) Shared Formula Record (template reads, excel optimization).
|
RecordAggregate
RecordAggregates are groups of of BIFF Records that are typically stored
together and/or updated together.
|
RecordAggregate.RecordVisitor |
SharedValueManager
Manages various auxiliary records while constructing a
RowRecordsAggregate :
SharedFormulaRecord s
ArrayRecord s
TableRecord s
|
Class and Description |
---|
BOFRecordAggregate
Aggregation of bof
|
PageSettingsBlock
Groups the page settings records for a worksheet.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.