Excel ODBC and 64 bit server

后端 未结 5 1231
别跟我提以往
别跟我提以往 2021-01-11 14:52

using ASP.NET I need to update an excel template.

Our server is running Windows 2008 in 64 bit mode.

I am using the following code to access the excel file:<

5条回答
  •  囚心锁ツ
    2021-01-11 15:48

    There are no office drivers for 64bit released.

    The (currently) last post at this link: MSDN Forum details a cumbersome and ugly workaround. You could also replace the Windows Service with a COM exposed assembly, if you wish. Still ugly though. :)

提交回复
热议问题