| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2009-10-21 | 1.7 kB | |
| wkb-html-converter-bin.zip | 2009-10-21 | 2.4 MB | |
| Totals: 2 Items | 2.4 MB | 0 | |
WorkbookHTMLConverter project description
=========================================
The WorkbookHTMLConverter is the core module for [Excel] --> [HTML] convertion
The following Java classes and projects make uses of the WorkbookHTMLConverter engine:
- WorkbookHtmlConverterApp.java
A Simple Swing GUI application that convert worksheets selected by user
- WorkbookHtmlConverterAppSWT.java
A Simple SWT GUI application that convert worksheets selected by user
- WorkbookTag project
Tag Library that render Excel workbook as HTML and allows worksheet cells
edition within an classic HTTPsession context
Installing WorkbookHTMLConverter on Windows
===========================================
1 - Download the assembly wkb-html-converter-bin.zip
2 - Unzip the content, this should create the folder wkb-html-converter
Example: unzipping onto C:\ will create the following directory structure:
C:\WKB-HTML-CONVERTER
! LICENSE.txt
! README.txt
! run.cmd
! wkb-html-converter.jar
!
!----lib
commons-beanutils-1.6.1.jar
commons-collections-2.0.jar
commons-fileupload-1.2.1.jar
commons-io-1.4.jar
commons-lang-2.4.jar
commons-logging-1.1.1.jar
log4j-1.2.12.jar
poi-3.5-FINAL.jar
3 - Now execute the main application (WorkbookHtmlConverterApp) by running run.cmd
Note: for the ones wanting to run it onto Linux or other operating systems, just
inspect the content of the run.cmd and create your own script
(I will be pleased to integrate your own script within this project !)
André Masson
amwebexpert@gmail.com