0
votes

I want to export my excel with whitespace same as I am getting it from server.

I am using kendo Save as function

kendo.saveAs({ dataURI: workbook.toDataURL(), fileName: 'exportedFile.xlsx' });

method to export data to excel file..

I am creating whole work book using

 var workbook = new kendo.ooxml.Workbook({
 sheets: [{}] 

using Jquery.

I am getting data from server like "Report " but when i check it in excel file it does not contain any white space at the end.

1
I found that version 2016.2.714 is not supported space at end when I used kendo 2018.1.117 it worked - Dhimen2312

1 Answers

0
votes

I found that version 2016.2.714 is not supported space at end when I used kendo 2018.1.117 it worked