Uses of Package
org.apache.poi.hssf.usermodel

Packages that use org.apache.poi.hssf.usermodel
org.apache.poi.hssf.converter   
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.extractor   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.converter
HSSFCell
          High level representation of a cell in a row of a spreadsheet.
HSSFCellStyle
          High level representation of the style of a cell in a sheet of a workbook.
HSSFDataFormatter
          HSSFDataFormatter contains methods for formatting the value stored in an HSSFCell.
HSSFFont
          Represents a Font used in a workbook.
HSSFRow
          High level representation of a row of a spreadsheet.
HSSFSheet
          High level representation of a worksheet.
HSSFWorkbook
          High level representation of a workbook.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.eventusermodel
HSSFWorkbook
          High level representation of a workbook.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.extractor
HSSFWorkbook
          High level representation of a workbook.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.model
HSSFAnchor
          An anchor is what specifics the position of a shape within a client object or within another containing shape.
HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
HSSFShape
          An abstract shape.
HSSFWorkbook
          High level representation of a workbook.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.record
HSSFPatriarch
          The patriarch is the toplevel container for shapes in a sheet.
HSSFRichTextString
          Rich text unicode string.
HSSFSheet
          High level representation of a worksheet.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.usermodel
DVConstraint
           
EscherGraphics
          Translates Graphics calls into escher calls.
FontDetails
          Stores width and height details about a font.
HeaderFooter
          Common class for HSSFHeader and HSSFFooter.
HSSFAnchor
          An anchor is what specifics the position of a shape within a client object or within another containing shape.
HSSFAutoFilter
          Represents autofiltering for the specified worksheet.
HSSFBorderFormatting
          High level representation for Border Formatting component of Conditional Formatting settings
HSSFCell
          High level representation of a cell in a row of a spreadsheet.
HSSFCellStyle
          High level representation of the style of a cell in a sheet of a workbook.
HSSFChart
          Has methods for construction of a chart object.
HSSFChart.HSSFChartType
           
HSSFChart.HSSFSeries
          A series in a chart
HSSFChildAnchor
           
HSSFClientAnchor
          A client anchor is attached to an excel worksheet.
HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
HSSFConditionalFormatting
          HSSFConditionalFormatting class encapsulates all settings of Conditional Formatting.
HSSFConditionalFormattingRule
          High level representation of Conditional Formatting Rule.
HSSFCreationHelper
           
HSSFDataFormat
          Identifies both built-in and user defined formats within a workbook.

See BuiltinFormats for a list of supported built-in formats.

International Formats
Since version 2003 Excel has supported international formats.

HSSFEvaluationWorkbook
          Internal POI use only
HSSFFont
          Represents a Font used in a workbook.
HSSFFontFormatting
          High level representation for Font Formatting component of Conditional Formatting settings
HSSFFooter
          Class to read and manipulate the footer.
HSSFFormulaEvaluator
          Evaluates formula cells.

For performance reasons, this class keeps a cache of all previously calculated intermediate cell values.

HSSFHeader
          Class to read and manipulate the header.
HSSFHyperlink
          Represents an Excel hyperlink.
HSSFName
          High Level Representation of a 'defined name' which could be a 'built-in' name, 'named range' or name of a user defined function.
HSSFObjectData
          Represents binary object (i.e.
HSSFPalette
          Represents a workbook color palette.
HSSFPatriarch
          The patriarch is the toplevel container for shapes in a sheet.
HSSFPatternFormatting
          High level representation for Conditional Formatting settings
HSSFPicture
          Represents a escher picture.
HSSFPictureData
          Represents binary data stored in the file.
HSSFPolygon
           
HSSFPrintSetup
          Used to modify the print setup.
HSSFRichTextString
          Rich text unicode string.
HSSFRow
          High level representation of a row of a spreadsheet.
HSSFShape
          An abstract shape.
HSSFShapeContainer
          An interface that indicates whether a class can contain children.
HSSFShapeGroup
          A shape group may contain other shapes.
HSSFSheet
          High level representation of a worksheet.
HSSFSheetConditionalFormatting
          The 'Conditional Formatting' facet of HSSFSheet
HSSFSimpleShape
          Represents a simple shape such as a line, rectangle or oval.
HSSFTextbox
          A textbox is a shape that may hold a rich text string.
HSSFWorkbook
          High level representation of a workbook.
 

Classes in org.apache.poi.hssf.usermodel used by org.apache.poi.hssf.util
HSSFCell
          High level representation of a cell in a row of a spreadsheet.
HSSFCellStyle
          High level representation of the style of a cell in a sheet of a workbook.
HSSFFont
          Represents a Font used in a workbook.
HSSFRow
          High level representation of a row of a spreadsheet.
HSSFSheet
          High level representation of a worksheet.
HSSFWorkbook
          High level representation of a workbook.
 



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