Uses of Package
org.apache.poi.hssf.record
Packages that use org.apache.poi.hssf.record
Package
Description
DEV package serves two purposes.
HSSF eventmodel Package provides an event-based API for reading HSSF files.
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.dev
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.eventmodel
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.eventusermodelClassDescriptionTitle: Bound Sheet Record (aka BundleSheet) (0x0085)The cell value record interface is implemented by all classes of type Record that contain cell values.EXTERNSHEET (0x0017)All HSSF Records inherit from this class.Title: Static String Table Record (0x00FC)
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.eventusermodel.dummyrecordClassDescriptionAll HSSF Records inherit from this class.Common base class of
Record
andRecordAggregate
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.modelClassDescriptionTitle: Backup RecordThe cell value record interface is implemented by all classes of type Record that contain cell values.Title: Default Column Width Record (0x0055)Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.Title: Extended Format Record Description: Probably one of the more complex records.Title: FILESHARING (0x005B)Title: Font Record (0x0031)Title: Format Record (0x041E)Title: Gridset Record.The
HyperlinkRecord
(0x01B8) wraps an HLINK-record from the Excel-97 format.Title: Merged Cells Record (0x00E5)Title: NAMECMT Record (0x0894)Title: DEFINEDNAME Record (0x0018)NOTE: Comment Associated with a Cell (0x001C)PaletteRecord (0x0092) - Supports custom palettes.Title: Print Gridlines RecordTitle: Print Headers RecordTitle: Recalc Id Record (0x01C1)All HSSF Records inherit from this class.Common base class ofRecord
andRecordAggregate
Title: Row Record (0x0208)Specifies the window's zoom magnification.Title: Selection Record (0x001D)Title: Static String Table Record (0x00FC)Title: Style Record (0x0293)Title: Window1 RecordTitle: Window Two RecordTitle: Write Access Record (0x005C)Title: Write Protect Record -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.recordClassDescriptionThe escher container record is used to hold escher records.ARRAY (0x0221)The AutoFilterInfo record specifies the number of columns that have AutoFilter enabled and indicates the beginning of the collection of AutoFilter records.Title: Blank cell record (0x0201)Title: Beginning Of File (0x0809)Creates new BoolErrRecord.Record for the bottom margin.Title: Bound Sheet Record (aka BundleSheet) (0x0085)Title: Calc Count Record Description: Specifies the maximum times the gui should perform a formula recalculation.Title: Calc Mode RecordBase class for all cell value records (implementors of
CellValueRecordInterface
).The cell value record interface is implemented by all classes of type Record that contain cell values.Conditional Formatting Header v12 record CFHEADER12 (0x0879), for conditional formattings introduced in Excel 2007 and newer.Parent of Conditional Formatting Header records,CFHeaderRecord
andCFHeader12Record
.Conditional Formatting Header record CFHEADER (0x01B0).Conditional Formatting v12 Rule Record (0x087A).Conditional Formatting Rules.Conditional Formatting Rule Record (0x01B1).Title: Codepage RecordTitle: COLINFO Record (0x007D)The common object data record is used to store all common preferences for an excel object.Title: Continue Record(0x003C) - Helper class used primarily for SST RecordsTitle: DBCell Record (0x00D7)Title: Default Column Width Record (0x0055)Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.Title: Delta Record (0x0010)Title: Dimensions RecordDrawingRecord (0x00EC)MsoDrawingSelection (0x00ED)Title: DATAVALIDATIONS Record (0x01B2)Title: DATAVALIDATION Record (0x01BE)ftPictFmla (0x0009)ftEnd (0x0000)End Of File record.This class is used to aggregate the MSODRAWING and OBJ record combinations.Title: Extended Format Record Description: Probably one of the more complex records.EXTERNSHEET (0x0017)Title: Extended Static String Table (0x00FF)Title: FeatHdr (Feature Header) RecordTitle: Feat (Feature) RecordTitle: File Pass Record (0x002F)Title: FILESHARING (0x005B)Title: Font Record (0x0031)Title: Footer Record (0x0015)Title: Format Record (0x041E)Formula Record (0x0006).This structure appears as part of an Obj record that represents a checkbox or radio button.The FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.This structure appears as part of an Obj record that represents image display properties.Title: Gridset Record.ftGmo (0x0006)Title: Guts RecordTitle: HCenter record (0x0083)Common header/footer base classThe HEADERFOOTER record stores information added in Office Excel 2007 for headers/footers.Title: Header RecordTheHyperlinkRecord
(0x01B8) wraps an HLINK-record from the Excel-97 format.Title: Index Record (0x020B)Title: Interface End Record (0x00E2)Title: Iteration Record (0x0011)Label Record (0x0204) - read only support for strings stored directly in the cell...Title: Label SST RecordThis structure specifies the properties of a list or drop-down list embedded object in a sheet.Record for the left margin.The margin interface is a parent used to define left, right, top and bottom margins.Title: Merged Cells Record (0x00E5)Title: Multiple Blank cell record(0x00BE)MULRK (0x00BD)NOTE: Comment Associated with a Cell (0x001C)ftNts (0x000D)NUMBER (0x0203) Contains a numeric cell value.Title: Object Protect RecordOBJRECORD (0x005D)Base class for all old (Biff 2 - Biff 4) cell value records (implementors ofCellValueRecordInterface
).Record that contains the functionality page breaks (horizontal and vertical)Since both records store 2byte integers (short), no point in differentiating it in the records.All HSSF Records inherit from this class.Common base class ofRecord
andRecordAggregate
Title: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.For use inBiffViewer
which may constructRecord
s that don't completely read all available data.Title: RK Record (0x027E)Title: SHAREDFMLA (0x04BC) SharedFormulaRecord Description: Primarily used as an excel optimization so that multiple similar formulas are not written out too many times.Subclasses of this class (the majority of BIFF records) are non-continuable.Subrecords are part of the OBJ class.Title: Sup Book - EXTERNALBOOK (0x01AE) -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.aggregatesClassDescriptionARRAY (0x0221)The cell value record interface is implemented by all classes of type Record that contain cell values.Parent of Conditional Formatting Header records,
CFHeaderRecord
andCFHeader12Record
.Conditional Formatting Rules.Title: COLINFO Record (0x007D)Title: Dimensions RecordTitle: DATAVALIDATION Record (0x01BE)Title: Footer Record (0x0015)Formula Record (0x0006).Title: HCenter record (0x0083)The HEADERFOOTER record stores information added in Office Excel 2007 for headers/footers.Title: Header RecordTitle: Index Record (0x020B)Title: Merged Cells Record (0x00E5)Title: Multiple Blank cell record(0x00BE)Title: Password Record (0x0013)Title: PAGESETUP (0x00A1)All HSSF Records inherit from this class.Common base class ofRecord
andRecordAggregate
Title: Row Record (0x0208)Title: Scenario Protect RecordTitle: SHAREDFMLA (0x04BC) SharedFormulaRecord Description: Primarily used as an excel optimization so that multiple similar formulas are not written out too many times.STRING (0x0207)DATATABLE (0x0236)Title: VCenter record -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.cfClassDescriptionTitle: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.chartClassDescriptionAll HSSF Records inherit from this class.Common base class of
Record
andRecordAggregate
Title: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.Subclasses of this class (the majority of BIFF records) are non-continuable. -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.commonClassDescriptionTitle: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.contClassDescriptionAll HSSF Records inherit from this class.Common base class of
Record
andRecordAggregate
Title: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records. -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.crypto
-
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.pivottableClassDescriptionAll HSSF Records inherit from this class.Common base class of
Record
andRecordAggregate
Title: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.Subclasses of this class (the majority of BIFF records) are non-continuable. -
Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.usermodelClassDescriptionThe cell value record interface is implemented by all classes of type Record that contain cell values.Conditional Formatting v12 Rule Record (0x087A).Conditional Formatting Rules.Title: DATAVALIDATION Record (0x01BE)ftPictFmla (0x0009)This class is used to aggregate the MSODRAWING and OBJ record combinations.Title: Extended Format Record Description: Probably one of the more complex records.Title: Font Record (0x0031)The
HyperlinkRecord
(0x01B8) wraps an HLINK-record from the Excel-97 format.Title: DEFINEDNAME Record (0x0018)NOTE: Comment Associated with a Cell (0x001C)OBJRECORD (0x005D)PaletteRecord (0x0092) - Supports custom palettes.Title: PAGESETUP (0x00A1)All HSSF Records inherit from this class.Title: Row Record (0x0208)The TXO record (0x01B6) is used to define the properties of a text box. -
Classes in org.apache.poi.hssf.record used by org.apache.poi.ss.utilClassDescriptionTitle: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.