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

Radspreadsheet navigation

3 Answers 133 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Regis L
Top achievements
Rank 1
Regis L asked on 26 May 2016, 03:04 AM

1. Is there a server/client code for loading multiple excel files into multiple sheets ?

2. Is there a server/client code for navigating between sheets ( only see get_ActiveSheet() in client code)

3. When exporting excel file from Spreadsheet, it only export current active sheet data to an excel file, is a way to export all the sheet data into an excel file ?

Regards, 

 

3 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 30 May 2016, 01:05 PM
Hello,

Up to your questions.

1. You may load one excel file with many sheets by using this code:
spreadsheet.fromFile(file);
as shown in the example below:
https://demos.telerik.com/aspnet-ajax/spreadsheet/examples/import-export/defaultcs.aspx

2. We haven't such a method. All available methods are listed here:

http://docs.telerik.com/devtools/aspnet-ajax/controls/spreadsheet/client-side-programming/objects/radspreadsheet

3. When exporting data from spreadsheet, all sheets are exported. You may test the behavior here:

https://demos.telerik.com/aspnet-ajax/spreadsheet/examples/import-export/defaultcs.aspx

- add few sheets
- click the 'Export to Excel' button
All sheets are exported.

Hope it helps.

Regards,
Helen
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Norbert
Top achievements
Rank 1
answered on 09 Nov 2017, 11:24 AM

Hello,

I'll try your example "Spreadsheet - Import to Excel File". Here I get
the following error message: "Runtime Error in Javascript: The object
does not support the method "fromFile".

I use Telerik.Web.UI, Version 2015.3.1111.45.

 

0
Norbert
Top achievements
Rank 1
answered on 10 Nov 2017, 07:48 AM
With Version 2016.2.607 it works.
Tags
Spreadsheet
Asked by
Regis L
Top achievements
Rank 1
Answers by
Helen
Telerik team
Norbert
Top achievements
Rank 1
Share this question
or