Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
my excel file is uploaded in to azure blob storage ,now I want to load this file using telerik Workbook
from my local path its loaded successfully but from azure its give me this error " System.InvalidOperationException"
Hello Mahesh,
I am afraid that you could not load an XLSX file to a Telerik.Web.Spreadsheet.Workbook directly from Azure blob storage. Having that said, I would recommend you to first download the blob on the server(https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-dotnet#download-blobs) and load the file from that server path.
Regards, Veselin Tsvetanov Progress Telerik