Package loci.poi.hssf.model


package loci.poi.hssf.model
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:
  • Class
    Description
    An abstract shape is the lowlevel model for a shape.
    Represents a cell comment.
    $Id: ConvertAnchor.java 562536 2007-08-03 18:09:41Z yegor $
    Provides utilities to manage drawing groups.
    Provides utilities to manage drawing groups.
    This class parses a formula string into a List of tokens in RPN order.
    Represents a line shape and creates all the line specific low level records.
    enclosing_type describe the purpose here
    Represents a picture shape and creates all specific low level records.
     
    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.
     
    Represents an textbox shape and converts between the highlevel records and lowlevel records for an oval.
    Low level model implementation of a Workbook.