Click here to Skip to main content
15,905,414 members

Comments by Girish Jawale (Top 1 by date)

Girish Jawale 19-May-11 3:52am View    
Hi SAKryukov,
I have gone through the link which you have provided but solution mentioned there are using System.Data.OleDb.OleDbConnection for connect to Excel.Its work fine with normal .net, but Jet Engine (and Office) is not installed on the cloud machines
(See this http://social.msdn.microsoft.com/Forums/hu-HU/windowsazure/thread/8dd98575-c5c1-4f7c-bd7b-f9432efec577 )
. I have tried using
string conn = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + uploadFileURI + "; Extended Properties=Excel 12.0;";
but its throws an error. Still am searching how to read the excel file which is at Azure storage. :(