Exportação do JQuery Excel
view source
1
var options = {
2
fileName:"File Name"
3
};
4
Jhxlsx.export(tabularData, options);
Fantastic Fish
view source
1
var options = {
2
fileName:"File Name"
3
};
4
Jhxlsx.export(tabularData, options);