|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Region | This object represents a region in Excel represented by two corners, the top left corner and the bottom right corner. |
| SheetPoint | This class represents a cell in an HSSFSheet. |
| Exception Summary | |
|---|---|
| InvalidRegionException | Exception thrown if two SheetPoints are not in the same sheet and cannot define a region |
| InvalidSheetPointException | Generated when the sheet point text string cannot be properly parsed to a cell reference |
| SheetPointAccessException | Generated when the cell pointed to by the SheetPoint cannot be referenced because the cell does not exists or any other problem with the cell content |
| SheetPointException | Parent class of the SheetPointAccessException and the InvalidSheetPointException |
Provides helper classes to work with Excel documents.
Integration with Excel is performed using POI package. This package contains helpers to access to excel more easily
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||