Asp.Net (c#) - Read Excel Sheet.
Posted
by Pino
on Stack Overflow
See other posts from Stack Overflow
or by Pino
Published on 2010-03-24T12:17:20Z
Indexed on
2010/03/24
12:23 UTC
Read the original article
Hit count: 162
I have a requirment to do some imports from an Excel spread sheet and have been looking at various examples on the web, they all seem to use the "Jet" driver which is not compatible with 64Bit. Now I am fully aware of the workarounds available (in changing how IIS runs etc) however I would like to know if there is repalcment for the "Jet" driver so I can read and generate excel sheets from Asp.Net running on a 64Bit server with no IIS modifications.
© Stack Overflow or respective owner