read excelsheet in azure uploaded as a blob

Respondido read excelsheet in azure uploaded as a blob

  • Wednesday, April 18, 2012 12:16 PM
     
     
    I am using FileUpload control of asp.net and uploading the excel with some data. I can't save it in some folder. I can have stream of excel sheet file or I can have Blobstream after uploading excel as a blob. Now I want to convert that excel sheets 1st sheet to datatable so how shall I do that? I am using C# .NET. I don't want to use Interop library. I can use external libraries. Oledb connection is getting failed since I don't have any physical path of excel as a data source. I tried following links:

    1) http://www.codeproject.com/Articles/14639/Fast-Excel-file-reader-with-basic-functionality

    2) http://exceldatareader.codeplex.com/

    Please help.

All Replies