Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.poi.hssf.model: Javadoc index of package org.apache.poi.hssf.model.


Package Samples:

org.apache.poi.hssf.model

Classes:

Workbook: Low level model implementation of a Workbook. Provides creational methods for settings and objects contained in the workbook object. This file contains the low level binary records starting at the workbook's BOF and ending with the workbook's EOF. Use HSSFWorkbook for a high level representation. The structures of the highlevel API use references to this to perform most of their operations. Its probably unwise to use these low level structures directly unless you really know what you're doing. I recommend you read the Microsoft Excel 97 Developer's Kit (Microsoft Press) and the documentation at ...
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. Use HSSFSheet for a high level representation. The structures of the highlevel API use references to this to perform most of their operations. Its probably unwise to use these low level structures directly unless you really know what you're doing. I recommend you read the Microsoft Excel 97 Developer's Kit (Microsoft Press) and the documentation at http://sc.openoffice.org/excelfileformat.pdf before even attempting ...
FormulaParser: This class parses a formula string into a List of tokens in RPN order. Inspired by Lets Build a Compiler, by Jack Crenshaw BNF for the formula expression is : ::= [ ]* ::= [ ]* ::= | ( ) | | ::= ([expression [, expression]*])
TestFormulaParser: Test the low level formula parser functionality. High level tests are to be done via usermodel/HSSFCell.setFormulaValue() .
TextboxShape: Represents an textbox shape and converts between the highlevel records and lowlevel records for an oval.
LineShape: Represents a line shape and creates all the line specific low level records.
Node: Private helper class, used to create a tree representation of the formula
ConvertAnchor: $Id: ConvertAnchor.java,v 1.1.2.2 2004/02/22 11:54:46 glens Exp $
AbstractShape: An abstract shape is the lowlevel model for a shape.
DrawingManager: Provides utilities to manage drawing groups.
Model: enclosing_type describe the purpose here
TestSheet: Unit test for the Sheet class.
PolygonShape
SimpleFilledShape
WorkbookRecordList
SheetTest
TestDrawingManager

Home | Contact Us | Privacy Policy | Terms of Service