I have a collection of data that I process with jQuery. I managed that to representate it on the browser using the Handsontable component. It works great, but I want to export that data into a excel file to use it offline. How can I do it using JavaScript? Is there another (better) option?
Regards!