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

Load spreadsheet from Azure Storage

1 Answer 93 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 06 May 2016, 08:56 PM

Is it possible to load spreadsheet content from an XLS file stored as a BLOB in Azure Storage?

I've gone through the exercise of embedding an XLS file directly in my ASP.NET application

by using an example found here.

  RadSpreadsheet1.Provider = new SpreadsheetDocumentProvider(Server.MapPath("~/App_Data/semda.xlsx"));

Also note that I have uploaded the XLS file using the CloudUpload control, works great!

Now I need to figure out how to make the data connection.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 11 May 2016, 05:58 AM
Hi,

There isn't an out of the box solution for loading a file stored as a BLOB in Azure. You can however create a custom provider, where you can implement any databinding scenario you need:
http://docs.telerik.com/devtools/aspnet-ajax/controls/spreadsheet/data-binding/providers/custom-database-provider

Regards,
Bozhidar
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Spreadsheet
Asked by
Tomica
Top achievements
Rank 2
Answers by
Bozhidar
Telerik team
Share this question
or