Appendium / flatpack

CSV/Tab Delimited and Fixed Length Parser and Writer
http://flatpack.sf.net
Apache License 2.0
57 stars 20 forks source link

Remove Dependency on JExcelAPI #44

Open benoitx opened 6 years ago

benoitx commented 6 years ago

The ExcelTransformer is the only class in Flatpack depending on JExcelAPI.

I suggest that we move that class into a 'flatpack-excel' module.

benoitx commented 6 years ago

Suggest that we change the ExcelTransformer to be a Writer.

martindiphoorn commented 5 years ago

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.

martindiphoorn commented 5 years ago

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