flatpack icon indicating copy to clipboard operation
flatpack copied to clipboard

Remove Dependency on JExcelAPI

Open benoitx opened this issue 6 years ago • 3 comments

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

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

benoitx avatar Jul 22 '18 17:07 benoitx

Suggest that we change the ExcelTransformer to be a Writer.

benoitx avatar Jul 24 '18 19:07 benoitx

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 avatar Nov 22 '18 09:11 martindiphoorn

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

martindiphoorn avatar Nov 22 '18 12:11 martindiphoorn