www.pudn.com > jworkbook-0.3.0.zip > README
############################
# JWorkbook: Version 0.3.0 #
############################
8 July 2003
Written by David Gilbert.
(C)opyright, 2001-2003, by Object Refinery Limited.
----------------
1. INTRODUCTION
----------------
JWorkbook is a class library for exporting spreadsheet data from Java
programs. This version can export to these formats:
--> Gnumeric XML;
--> XL (partial support) via the POI/HSSF framework;
The XL support will improve as new versions of POI/HSSF are released.
-----------
2. LICENCE
-----------
JWorkbook is licensed, free of charge, under the terms of the GNU
Lesser General Public Licence. A copy of the licence is included in the
download.
------------------
3. LATEST VERSION
------------------
The latest version of this class library can be obtained from:
http://www.jfree.org/jworkbook/index.html
Feel free to browse the rest of the website to see the other open
source projects at http://www.jfree.org.
----------------
4. DEPENDENCIES
----------------
JWorkbook requires the POI library (included in the distribution):
LIBRARY: WEB SITE:
--------------------------------------------------------
poi-2.0-pre1-20030517.jar http://www.jrefinery.com/jcommon
POI is licensed under the Apache Software License.
-----------------
5. DEMONSTRATION
-----------------
The JWorkbook class is runnable, and will generate a file
"sample.gnumeric" containing a simple workbook (you can load this file
directly into Gnumeric). To run this demonstration, type the following
command:
java -classpath jworkbook-0.3.0.jar:lib/poi-2.0-pre1-20030517.jar org.jfree.workbook.JWorkbook
------------
6. COMMENTS
------------
Your comments and suggestions are welcome. Please visit:
http://www.jfree.org/jworkbook/index.html
...and post your comments in the discussion forum. For anything that
cannot be dealt with in the discussion forum, you can send an e-mail
to david.gilbert@object-refinery.com.