Document POI Code
Brought to you by:
lomby
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2009-10-16 | lomby | [r1] Initial version |
| COPYING | 2009-10-16 | lomby | [r1] Initial version |
| COPYING.LESSER | 2009-10-16 | lomby | [r1] Initial version |
| README.txt | 2009-10-16 | lomby | [r1] Initial version |
| build.xml | 2009-10-16 | lomby | [r1] Initial version |
| input.xml | 2009-10-16 | lomby | [r1] Initial version |
| input.xml.xls | 2009-10-16 | lomby | [r1] Initial version |
Name: Document POI
Version: 1.0
License: LGPL
Author: http://www.oneoverzero.net andrea.lombardoni@oneoverzero.net
Description: This program takes an HTML-like template and produces an XLS
file. It can be used to easily generate reports in Excel
format.
How to compile:
---------------
First of all you have to obtain the following libraries:
poi-3.2-FINAL-20081019.jar
junit-4.4.jar
commons-logging-1.0.jar
xercesImpl-2.8.1.jar
and modify the build.xml to make the classpath point to the location
of your libraries.
To build everything:
ant compile
How to run:
-----------
Prepare the PDF file that must be processed and name it input.pdf
Run:
ant pdfstripper
The output will be in a file called output.pdf
How to test:
------------
ant documentpoi
This will take the input.xml file, containing the template and
produce an XLS file, intput.xml.xls
How to use:
-----------
See the examples in DocumentPoiExample.java