Package org.apache.poi.hssf.model

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

See:
          Description

Interface Summary
Model enclosing_type describe the purpose here
 

Class Summary
AbstractShape An abstract shape is the lowlevel model for a shape.
CommentShape Represents a cell comment.
ConvertAnchor $Id: ConvertAnchor.java 562536 2007-08-03 18:09:41Z yegor $
DrawingManager Provides utilities to manage drawing groups.
DrawingManager2 Provides utilities to manage drawing groups.
FormulaParser This class parses a formula string into a List of tokens in RPN order.
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  
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.
SimpleFilledShape  
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.
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 2008 The Apache Software Foundation or its licensors, as applicable.