Commit Log
back to main page
Summary Period:
2006-11-29 to
2006-02-27 (24 Commits)
subwiz
2006-11-29 16:04
added sample XML to home page
32 lines of code changed in:
subwiz
2006-11-29 15:52
download and forum link added
1 lines of code changed in:
subwiz
2006-11-29 15:45
download page added
7 lines of code changed in:
subwiz
2006-11-29 14:14
formatting changed for pom.xml
5 lines of code changed in:
subwiz
2006-11-29 14:07
added dev-mailing list details
10 lines of code changed in:
subwiz
2006-11-28 22:06
ant build script for creating a distro
8 lines of code changed in:
subwiz
2006-11-17 19:45
wrong API call rectified
4 lines of code changed in:
subwiz
2006-11-17 19:12
1. added support for JXL formulas 2. added support for JXL colors
275 lines of code changed in:
subwiz
2006-11-17 16:39
test case made more generic
26 lines of code changed in:
subwiz
2006-11-17 15:51
name attribute of <sheet> changed to accept CDATA type--because names can have spaces in them
1 lines of code changed in:
subwiz
2006-11-17 08:13
test XMLs renamed more logically. Shell script to validate XML with DTD added: validateTestXMLWithDTD.sh
14188 lines of code changed in:
subwiz
2006-11-17 07:59
Created a DTD for xml2spreadsheet. Added DTD reporting plugin in POM.
154 lines of code changed in:
subwiz
2006-11-15 08:38
fixed PMD issues and reformatted code
59 lines of code changed in:
subwiz
2006-11-14 19:45
added more test reporting
38 lines of code changed in:
subwiz
2006-11-14 18:39
[Bug: 009453] POIStyleRepository made more generic and all references to POI removed. StyleRepository made non-singleton.
16 lines of code changed in:
subwiz
2006-11-14 18:04
[Bug: 009453] refactored and moved POIStyleRepository and POIStyleHashCreator to a generic package util
91 lines of code changed in:
subwiz
2006-11-14 17:32
added support for merge in jexcelapi
7 lines of code changed in:
subwiz
2006-11-14 17:15
<column-width> was not working for jxl--now fixed
3 lines of code changed in:
subwiz
2006-11-14 16:50
sheet name was not getting generated properly--now fixed
11 lines of code changed in:
subwiz
2006-11-14 16:29
added new build script
160 lines of code changed in:
subwiz
2006-11-14 15:28
added testcase for generating test output. Added support for <column-width> element in XML. Created style-repository in the program to re-use the once generated style object when invoked again and again.
104 lines of code changed in:
subwiz
2006-02-28 00:04
support of PMD for JDK1.5 not present now. commented out the missing detail.
20 lines of code changed in:
subwiz
2006-02-28 00:03
setup additions
74 lines of code changed in:
subwiz
2006-02-27 22:41
initial import
1465 lines of code changed in:
pom.xml (new 146)
src/main/java/org/wiztools/xml2spreadsheet :
ConvertMain.java (new 80) ,
WorkBook.java (new 17) ,
WorkBookCreator.java (new 18) ,
WorkBookCreatorFactory.java (new 32) ,
WorkBookGenerationHandler.java (new 37) ,
XML2XLSGenerator.java (new 277)
src/main/java/org/wiztools/xml2spreadsheet/entity :
CellEntity.java (new 30) ,
RowEntity.java (new 30) ,
SheetEntity.java (new 30) ,
WorkBookEntity.java (new 30)
src/main/java/org/wiztools/xml2spreadsheet/exception :
OperationException.java (new 20) ,
XML2XLSFatalException.java (new 24) ,
XMLInvalidNestedElementException.java (new 20) ,
XMLSyntaxException.java (new 20)
src/main/java/org/wiztools/xml2spreadsheet/jxlimpl :
JXLWorkBookAdapter.java (new 38) ,
JXLWorkBookCreator.java (new 125)
src/main/java/org/wiztools/xml2spreadsheet/poiimpl :
POIColor.java (new 65) ,
POIStyleCreator.java (new 158) ,
POIWorkBookAdapter.java (new 30) ,
POIWorkBookCreator.java (new 129)
src/test/resources :
jxl_xml-xls.xml (new 52) ,
xml-xls.xml (new 57) ,
xml2xls.xml (new)