Type | Changes | By |
---|
| Added the hability to make excel files out of java Collections without even suppling an xml config file, getting properties by reflection. You can combine both and use the xml file to configure some excel columns that reflection can't get automatially and let the library guess the rest of them. |
epere4
|
| There was a major refactor in the dtd. Added the property 'includeExtraLevel ' for 'properties'. Replaced 'name' by 'expression', and added 'title' and 'protectNullPointer' for 'property'. See the
dtdfor details about what each of them mean.
Please notethat this dtd version is not backwards compatible. |
epere4
|
| The Java2ExelDtd, HeaderDtd, BodyDtd and PropertyDtd classes are now interfaces. |
epere4
|
| The Parser class has now a protected constructor. That forces you to use the brand new Java2ExcelDtdFactory, to create instances of Java2ExcelDtd. |
epere4
|