flatpack
flatpack copied to clipboard
Remove Dependency on JExcelAPI
The ExcelTransformer is the only class in Flatpack depending on JExcelAPI.
I suggest that we move that class into a 'flatpack-excel' module.
Suggest that we change the ExcelTransformer to be a Writer.
If it is being rewritten then maybe think about using an other library. JExcelApi latest version is from 2009 and there site is dead, only sourceforge is a live.
I would suggest using apache poi.
Just added a simple poi example which can be easily extended. Be aware that i needed an outputstream so i hacked it into the factory.
See this commit: https://github.com/martindiphoorn/flatpack/commit/036332058fd7fab2dc91b3fe98a05ea805bee6a3