SMART datagrid v.1 > Classes > GridExcelExporter
グリッドをMicrosoft Excel(.xlsx)ドキュメントでエクスポートする。
$('#export').click(function () {
new DataLudi.GridExcelExporter().export(grdMain, {
target: "remote",
url: "/envelope",
fileName: "dlgrid.xlsx"
});
});