org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
Java Source File Name | Type | Comment |
DummyGraphics2d.java | Class | |
EscherGraphics.java | Class | Translates Graphics calls into escher calls. |
EscherGraphics2d.java | Class | Translates Graphics2d calls into escher calls. |
FontDetails.java | Class | Stores width and height details about a font. |
HSSFAnchor.java | Class | An anchor is what specifics the position of a shape within a client object
or within another containing shape. |
HSSFCell.java | Class | High level representation of a cell in a row of a spreadsheet.
Cells can be numeric, formula-based or string-based (text). |
HSSFCellStyle.java | Class | High level representation of the style of a cell in a sheet of a workbook.
version: 1.0-pre author: Andrew C. |
HSSFChart.java | Class | Has methods for construction of a chart object. |
HSSFChildAnchor.java | Class | |
HSSFClientAnchor.java | Class | A client anchor is attached to an excel worksheet. |
HSSFComment.java | Class | Represents a cell comment - a sticky note associated with a cell. |
HSSFDataFormat.java | Class | Utility to identify builtin formats. |
HSSFDateUtil.java | Class | Contains methods for dealing with Excel dates. |
HSSFErrorConstants.java | Interface | contains constants representing Excel error codes. |
HSSFFont.java | Class | Represents a Font used in a workbook.
version: 1.0-pre author: Andrew C. |
HSSFFooter.java | Class | Class to read and manipulate the footer.
The footer works by having a left, center, and right side. |
HSSFFormulaEvaluator.java | Class | author: Amol S. |
HSSFHeader.java | Class | Class to read and manipulate the header.
The header works by having a left, center, and right side. |
HSSFName.java | Class | Title: High Level Represantion of Named Range
REFERENCE:
author: Libin Roman (Vista Portal LDT. |
HSSFObjectData.java | Class | Represents binary object (i.e. |
HSSFPalette.java | Class | Represents a workbook color palette.
Internally, the XLS format refers to colors using an offset into the palette
record. |
HSSFPatriarch.java | Class | The patriarch is the toplevel container for shapes in a sheet. |
HSSFPicture.java | Class | Represents a escher picture. |
HSSFPictureData.java | Class | Represents binary data stored in the file. |
HSSFPolygon.java | Class | |
HSSFPrintSetup.java | Class | Used to modify the print setup.
Paper size constants have been added for the ones I have access
to. |
HSSFRichTextString.java | Class | Rich text unicode string. |
HSSFRow.java | Class | High level representation of a row of a spreadsheet.
Only rows that have cells should be added to a Sheet.
version: 1.0-pre author: Andrew C. |
HSSFShape.java | Class | An abstract shape. |
HSSFShapeContainer.java | Interface | An interface that indicates whether a class can contain children. |
HSSFShapeGroup.java | Class | A shape group may contain other shapes. |
HSSFSheet.java | Class | High level representation of a worksheet.
author: Andrew C. |
HSSFSimpleShape.java | Class | Represents a simple shape such as a line, rectangle or oval. |
HSSFTextbox.java | Class | A textbox is a shape that may hold a rich text string. |
HSSFWorkbook.java | Class | High level representation of a workbook. |
SanityChecker.java | Class | Designed to check wither the records written actually make sense. |
StaticFontMetrics.java | Class | Allows the user to lookup the font metrics for a particular font without
actually having the font on the system. |
TestBug43093.java | Class | |
TestBugs.java | Class | |
TestCellStyle.java | Class | Class to test cell styling functionality
author: Andrew C. |
TestCloneSheet.java | Class | Test the ability to clone a sheet. |
TestDataValidation.java | Class | |
TestEscherGraphics.java | Class | Tests the capabilities of the EscherGraphics class. |
TestEscherGraphics2d.java | Class | Tests the Graphics2d drawing capability. |
TestFontDetails.java | Class | Tests the implementation of the FontDetails class. |
TestFormulas.java | Class | author: Andrew C. |
TestHSSFCell.java | Class | Tests various functionity having to do with HSSFCell. |
TestHSSFClientAnchor.java | Class | Various tests for HSSFClientAnchor. |
TestHSSFComment.java | Class | Tests TestHSSFCellComment. |
TestHSSFDateUtil.java | Class | |
TestHSSFHeaderFooter.java | Class | Tests row shifting capabilities. |
TestHSSFPalette.java | Class | |
TestHSSFPicture.java | Class | Test HSSFPicture . |
TestHSSFPictureData.java | Class | Test HSSFPictureData . |
TestHSSFRichTextString.java | Class | |
TestHSSFRow.java | Class | Test HSSFRow is okay. |
TestHSSFSheet.java | Class | Tests HSSFSheet. |
TestHSSFSheetOrder.java | Class | |
TestHSSFSheetSetOrder.java | Class | |
TestHSSFWorkbook.java | Class | |
TestNamedRange.java | Class | author: ROMANL author: Andrew C. |
TestOLE2Embeding.java | Class | |
TestReadWriteChart.java | Class | |
TestSanityChecker.java | Class | Okay, this may seem strange but I need to test my test logic. |
TestSheetHiding.java | Class | |
TestSheetShiftRows.java | Class | Tests row shifting capabilities. |
TestUnfixedBugs.java | Class | author: aviks author: This testcase contains tests for bugs that are yet to be fixed. |
TestUnicodeWorkbook.java | Class | |
TestUppercaseWorkbook.java | Class | |
TestWorkbook.java | Class | Class to test Workbook functionality
author: Andrew C. |