I have a requirement 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 replacement for the “Jet” driver so I can read and generate excel sheets from Asp.Net running on a 64Bit server with no IIS modifications.
The last time I researched there isnt an x64 driver. I use this to open xls files. It works on 64bit boxes so long as you compile using x86.