| AddDimensionedImage |
Demonstrates how to add an image to a worksheet and set that images size
to a specific number of millimetres irrespective of the width of the columns
or height of the rows.
|
| AddDimensionedImage.ClientAnchorDetail |
The HSSFClientAnchor class accepts eight arguments.
|
| AddDimensionedImage.ConvertImageUnits |
Utility methods used to convert Excels character based column and row
size measurements into pixels and/or millimetres.
|
| AligningCells |
Shows how various alignment options work.
|
| BusinessPlan |
A business plan demo
Usage:
BusinessPlan -xls|xlsx
|
| CalendarDemo |
A monthly calendar created using Apache POI.
|
| CellStyleDetails |
Demonstrates how to read excel styles for cells
|
| ConditionalFormats |
Excel Conditional Formatting -- Examples
|
| DrawingBorders |
Excel Border Drawing - examples
|
| ExcelComparator |
Utility to compare Excel File Contents cell by cell for all sheets.
|
| LinkedDropDownLists |
Demonstrates one technique that may be used to create linked or dependent
drop down lists.
|
| LoadEmbedded |
Loads embedded resources from Workbooks.
|
| LoanCalculator |
Simple Loan Calculator.
|
| SSPerformanceTest |
|
| TimesheetDemo |
A weekly timesheet created using Apache POI.
|
| ToCSV |
Demonstrates one way to convert an Excel spreadsheet into a CSV
file.
|