Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » usermodel »

org.apache.poi.hssf.usermodel

Sub Packages:

org.apache.poi.hssf.usermodel.contrib    
org.apache.poi.hssf.usermodel.examples    

Interfaces:

HSSFShapeContainer   An interface that indicates whether a class can contain children.  code | html
TestHSSFPalette.ColorComparator     code | html

Abstract Classes:

HSSFAnchor   An anchor is what specifics the position of a shape within a client object or within another containing shape.  code | html
HSSFShape   An abstract shape.  code | html
HeaderFooter   Common class for HSSFHeader and HSSFFooter code | html

Classes:

DVConstraint     code | html
DVConstraint.FormulaPair     code | html
DVConstraint.OperatorType   Condition operator enum  code | html
DVConstraint.ValidationType   ValidationType enum  code | html
DummyGraphics2d     code | html
EscherGraphics   Translates Graphics calls into escher calls.  code | html
EscherGraphics2d   Translates Graphics2d calls into escher calls.  code | html
EvaluationCycleDetector   Instances of this class keep track of multiple dependent cell evaluations due to recursive calls to HSSFFormulaEvaluator.internalEvaluate() code | html
EvaluationCycleDetector.CellEvaluationFrame   Stores the parameters that identify the evaluation of one cell.
 
code | html
EvaluationCycleDetectorManager   This class makes an EvaluationCycleDetector instance available to each thread via a ThreadLocal in order to avoid adding a parameter to a few protected methods within HSSFFormulaEvaluator code | html
FontDetails   Stores width and height details about a font.  code | html
HSSFBorderFormatting   High level representation for Border Formatting component of Conditional Formatting settings  code | html
HSSFCell   High level representation of a cell in a row of a spreadsheet.  code | html
HSSFCellStyle   High level representation of the style of a cell in a sheet of a workbook.  code | html
HSSFChart   Has methods for construction of a chart object.  code | html
HSSFChart.HSSFSeries   A series in a chart  code | html
HSSFChildAnchor     code | html
HSSFClientAnchor   A client anchor is attached to an excel worksheet.  code | html
HSSFComment   Represents a cell comment - a sticky note associated with a cell.  code | html
HSSFConditionalFormatting   HSSFConditionalFormatting class encapsulates all settings of Conditional Formatting.  code | html
HSSFConditionalFormattingRule   High level representation of Conditional Formatting Rule.  code | html
HSSFDataFormat   Utility to identify builtin formats.  code | html
HSSFDataFormatter   HSSFDataFormatter contains methods for formatting the value stored in an HSSFCell.  code | html
HSSFDataFormatter.PhoneFormat   Format class for Excel phone number format.  code | html
HSSFDataFormatter.SSNFormat   Format class for Excel's SSN format.  code | html
HSSFDataFormatter.ZipPlusFourFormat   Format class for Excel Zip + 4 format.  code | html
HSSFDataValidation   Utility class for creating data validation cells  code | html
HSSFDataValidation.ErrorStyle   Error style constants for error box  code | html
HSSFDateUtil   Contains methods for dealing with Excel dates.  code | html
HSSFErrorConstants   Contains raw Excel error codes (as defined in OOO's excelfileformat.pdf (2.5.6)  code | html
HSSFEvaluationCell   HSSF wrapper for a cell under evaluation  code | html
HSSFEvaluationSheet   HSSF wrapper for a sheet under evaluation  code | html
HSSFEvaluationWorkbook   Internal POI use only  code | html
HSSFEvaluationWorkbook.Name     code | html
HSSFFont   Represents a Font used in a workbook.  code | html
HSSFFontFormatting   High level representation for Font Formatting component of Conditional Formatting settings  code | html
HSSFFooter   Class to read and manipulate the footer.  code | html
HSSFFormulaEvaluator     code | html
HSSFFormulaEvaluator.CellValue   Mimics the 'data view' of a cell.  code | html
HSSFHeader   Class to read and manipulate the header.  code | html
HSSFHyperlink   Represents an Excel hyperlink.  code | html
HSSFName   Title: High Level Represantion of Named Range

REFERENCE:

 

code | html
HSSFObjectData   Represents binary object (i.e. OLE) data stored in the file. Eg. A GIF, JPEG etc...  code | html
HSSFOptimiser   Excel can get cranky if you give it files containing too many (especially duplicate) objects, and this class can help to avoid those.  code | html
HSSFPalette   Represents a workbook color palette.  code | html
HSSFPalette.CustomColor     code | html
HSSFPatriarch   The patriarch is the toplevel container for shapes in a sheet.  code | html
HSSFPatternFormatting   High level representation for Conditional Formatting settings  code | html
HSSFPicture   Represents a escher picture. Eg. A GIF, JPEG etc...  code | html
HSSFPictureData   Represents binary data stored in the file. Eg. A GIF, JPEG etc...  code | html
HSSFPolygon     code | html
HSSFPrintSetup   Used to modify the print setup.  code | html
HSSFRichTextString   Rich text unicode string.  code | html
HSSFRow   High level representation of a row of a spreadsheet.  code | html
HSSFRow.CellIterator   An iterator over the (physical) cells in the row.  code | html
HSSFRow.MissingCellPolicy   Used to specify the different possible policies if for the case of null and blank cells  code | html
HSSFShapeGroup   A shape group may contain other shapes.  code | html
HSSFSheet   High level representation of a worksheet.  code | html
HSSFSheetConditionalFormatting   The 'Conditional Formatting' facet of HSSFSheet  code | html
HSSFSimpleShape   Represents a simple shape such as a line, rectangle or oval.  code | html
HSSFTextbox   A textbox is a shape that may hold a rich text string.  code | html
HSSFWorkbook   High level representation of a workbook.  code | html
HeaderFooter.Field   Represents a special field in a header or footer, eg the page number  code | html
HeaderFooter.PairField   A special field that normally comes in a pair, eg turn on underline / turn off underline  code | html
OperationEvaluatorFactory   This class creates OperationEval instances to help evaluate OperationPtg formula tokens.  code | html
SanityChecker.CheckRecord     code | html
StaticFontMetrics   Allows the user to lookup the font metrics for a particular font without actually having the font on the system.  code | html

All Test Cases:

SanityChecker   Designed to check wither the records written actually make sense.  code | html
TestBugs   Testcases for bugs entered in bugzilla the Test name contains the bugzilla bug id  code | html
TestCellStyle   Class to test cell styling functionality  code | html
TestCloneSheet   Test the ability to clone a sheet.  code | html
TestEscherGraphics   Tests the capabilities of the EscherGraphics class.  code | html
TestEscherGraphics2d   Tests the Graphics2d drawing capability.  code | html
TestFontDetails   Tests the implementation of the FontDetails class.  code | html
TestFormulas     code | html
TestHSSFCell   Tests various functionity having to do with HSSFCell.  code | html
TestHSSFClientAnchor   Various tests for HSSFClientAnchor.  code | html
TestHSSFDateUtil   Class TestHSSFDateUtil  code | html
TestHSSFHeaderFooter   Tests row shifting capabilities.  code | html
TestHSSFPalette     code | html
TestHSSFRichTextString     code | html
TestHSSFRow   Test HSSFRow is okay.  code | html
TestHSSFSheet   Tests HSSFSheet. This test case is very incomplete at the moment.  code | html
TestHSSFSheetOrder   Tests HSSFWorkbook method setSheetOrder()  code | html
TestHSSFSheetSetOrder   Tests HSSFWorkbook method setSheetOrder()  code | html
TestHSSFWorkbook     code | html
TestNamedRange     code | html
TestReadWriteChart     code | html
TestSanityChecker   Okay, this may seem strange but I need to test my test logic.  code | html
TestSheetShiftRows   Tests row shifting capabilities.  code | html
TestWorkbook   Class to test Workbook functionality  code | html