how can i save the excel from kendo spreadsheet into a remote server using some thing like
var spreadsheet = $("#spreadsheet").data("kendoSpreadsheet");
spreadsheet.saveAsExcel();
saves excel to client machine.
how can i save the excel from kendo spreadsheet into a remote server using some thing like
var spreadsheet = $("#spreadsheet").data("kendoSpreadsheet");
spreadsheet.saveAsExcel();
saves excel to client machine.
You can accomplish this in the
excelExportevents of theKendo SpreadSheet.Use the following code:
You can read further about this in Kendo's documentation here. This page is for exporting to excel from a
Kendo Gridbut it's exactly the same for theSpreadSheet.