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

Server import excel

1 Answer 199 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:48 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 20 Sep 2018, 03:39 PM
Hello,

There have been reports of similar issues when the imported file contains multiple rows and frozen rows and columns. If you have frozen rows/columns could you verify whether unfreezing them results in the content fitting the Spreadsheet boundaries?

Could you also send us for testing a sample file, which when imported causes the Spreadsheet to exhibit this behavior?

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