codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Microsoft.ACE.OLEDB #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
is Microsoft.ACE.OLEDB.12.0 required to let "linqtoexcel" work efficiently?

Original issue reported on code.google.com by abdullah.elgendy on 3 Dec 2013 at 9:27

GoogleCodeExporter commented 8 years ago
I think its an essential part, as it reads data from Excel and Linq just 
provides the Linq queries to the data returned from Excel.

Original comment by fwd...@gmail.com on 3 Dec 2013 at 9:28

GoogleCodeExporter commented 8 years ago
:( seems like yes.

actually i'm looking for a stand alone lib. to read excel file without any need 
to install Microsoft.ACE.OLEDB.12.0 while my app is hosted on azure.

Original comment by abdullah.elgendy on 3 Dec 2013 at 9:31

GoogleCodeExporter commented 8 years ago
When you deploy it surely you are using some place to upload/host excel files 
to?
Azure gives free Remote Desktop Access I think? App can have Jet engine 
installed there?

Original comment by fwd...@gmail.com on 3 Dec 2013 at 9:36

GoogleCodeExporter commented 8 years ago
i'm not using a VM on azure, just created a website..

i guess i'm gonna use this 
http://exceldatareader.codeplex.com/

Original comment by abdullah.elgendy on 3 Dec 2013 at 9:38

GoogleCodeExporter commented 8 years ago
Another similar discussion might help:

.
https://groups.google.com/forum/#!msg/linqtoexcel/HRxiB6K_wZA/QdIC7rN9GZgJ

Original comment by fwd...@gmail.com on 3 Dec 2013 at 9:43

GoogleCodeExporter commented 8 years ago
thanks man.  appreciated.

Original comment by abdullah.elgendy on 3 Dec 2013 at 9:46

GoogleCodeExporter commented 8 years ago
To use LinqToExcel, the Jet or Ace database engine needs to be installed on the 
server. If it's not possible to install either of those on the server, then 
unfortunately you'll need to look for another way to read the excel files.

Original comment by paulyo...@gmail.com on 3 Dec 2013 at 10:08

GoogleCodeExporter commented 8 years ago
i realized this, Thank you!

Original comment by abdullah.elgendy on 3 Dec 2013 at 10:12