Export to Excel,Word , Pdf, Html,CSV–work in progress

In my previous post I have announced the application / package that exports data ( classes/datatable/csv/json) to Word/Excel/PDF.

I have made also videos for show some features – the playlist is at https://www.youtube.com/playlist?list=PL4aSKgR4yk4MqsH5M-f1f5YLVG-nwr4FG&jct=8gXZuQaCYGLOsL6t5dNN9rEx5r_8vQ

The playlist contains:

Export Json To Excel Word PDF from javascript

 

Export List Objects To ExcelWordPDF

Export CSV To Excel Word PDF


Export DataTable to Excel Word PDF

 

Also, the documentation shows how add data that not belong to the Model ( that is, an array/list of objects / json) – here: https://github.com/ignatandrei/Exporter/wiki/Export-other-data-that-does-not-belong-to-the-model 

( also added a test for this)

Enjoy!