SMART datagrid v1.4 > Classes > GridExcelExporter
그리드를 Microsoft Excel(.xlsx) 문서로 내보내기 한다.
$('#export').click(function () {
new DataLudi.GridExcelExporter().export(grdMain, {
target: "remote",
url: "/envelope",
fileName: "dlgrid.xlsx"
});
});