Read data from excel file under Window 2008 web server

  • Thread starter Thread starter wktsang1
  • Start date Start date
W

wktsang1

I want to write a .Net webpage to read data from a Excel file, I am using
'Microsoft.Jet.OLEDB.4.0...' to do so. But it is not ok if the web server is
windows server 2008 standard.

Is there other connection method that can work under windows 208 environment?
 
wktsang1 said:
I want to write a .Net webpage to read data from a Excel file, I am
using 'Microsoft.Jet.OLEDB.4.0...' to do so. But it is not ok if the
web server is windows server 2008 standard.

Is there other connection method that can work under windows 208
environment?

A quick google suggests anything (other than Jet, of course) from the list
at
http://www.connectionstrings.com/excel

Andrew
 
Back
Top