Package org.apache.poi.hssf.model

Provides low level API structures for reading, writing, modifying XLS files.

See:
          Description

Class Summary
AbstractShape An abstract shape is the lowlevel model for a shape.
ComboboxShape Represents a combobox shape.
CommentShape Represents a cell comment.
ConvertAnchor  
DrawingManager Provides utilities to manage drawing groups.
DrawingManager2 Provides utilities to manage drawing groups.
HSSFFormulaParser HSSF wrapper for the FormulaParser and FormulaRenderer
InternalSheet 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.
InternalWorkbook Low level model implementation of a Workbook.
LineShape Represents a line shape and creates all the line specific low level records.
PictureShape Represents a picture shape and creates all specific low level records.
PolygonShape  
RecordStream Simplifies iteration over a sequence of Record objects.
RowBlocksReader Segregates the 'Row Blocks' section of a single sheet into plain row/cell records and shared formula records.
SimpleFilledShape  
TextboxShape Represents an textbox shape and converts between the highlevel records and lowlevel records for an oval.
WorkbookRecordList  
 

Package org.apache.poi.hssf.model Description

Provides low level API structures for reading, writing, modifying XLS files.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf.usermodel


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.