This is a migrated thread and some comments may be shown as answers.

Server import excel

1 Answer 70 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Panner
Top achievements
Rank 1
Panner asked on 19 Sep 2018, 06:46 AM

Sheet does not fit properly with in the content area when working with server side import excel.Find the attached screen shot for your reference. Please provide solution for this issue.

 

Example of server side import code:

 var path = Server.MapPath("~/Excel/Dummy.xlsx");
var workbook = Telerik.Web.Spreadsheet.Workbook.Load(path);

 return Content(workbook.ToJson(), Telerik.Web.Spreadsheet.MimeTypes.JSON);

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 21 Sep 2018, 12:30 PM
Hello,

I replied in the other forum thread with the same subject you opened. I would suggest we continue the communication in it. 

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Spreadsheet
Asked by
Panner
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or