RobertoPrevato / KingTable

Library for administrative tables that are able to build themselves, on the basis of the input data.
MIT License
68 stars 17 forks source link

Exporting to Excel Format #2

Closed shalomz closed 7 years ago

shalomz commented 7 years ago

Could you please add a feature for Excel Exports too? Thanks lots for the nice work.

RobertoPrevato commented 7 years ago

Hi @shalomz, I will prepare an example for Excel Export (both server side and client side) for you and maybe a plugin for it (since it's a good idea). I will comment back here once it's done. :+1:

shalomz commented 7 years ago

Thanks alot. I will really appreciate.

RobertoPrevato commented 7 years ago

Hi @shalomz, I added a plugin for client side export to Excel (XLSX format). You can download it from here and see instructions in this new wiki page.

Export to xlsx

It has two external dependencies: JS-XLSX and Blob.js.

I also added some new options for it, that you can see in source code, here. When I have time, I will describe these options in documentation. :)

I do have other things in mind, to improve this functionality; so it's a work in progress.

Please let me know if you have recommendations. :+1:

shalomz commented 7 years ago

Thanks alot @RobertoPrevato .I have checked it out and it sure is working perfectly. Thanks for the good work. I will let you know of any other requirement if and when it comes up. Looking forward to seeing the new options.