Ekspor Excel JQuery

view source
1
var options = {
2
    fileName:"File Name"
3
};
4
Jhxlsx.export(tabularData, options);
Fantastic Fish