excelExport: function(e) { var sheet = e.workbook.sheets[0]; for (var i = 0; i < sheet.rows.length; i++) { sheet.rows[i].cells.reverse(); for (var ci = 0; ci < sheet.rows[i].cells.length; ci++) { sheet.rows[i].cells[ci].hAlign = "right"; } } }
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!