0

my application is 64bit native, therefore the examples on how to import an excel file to a gridview, are useless, due to the OleDB drivers been 32bit only... is there a way around, on how to import an excel file to a datagrid without using the OleDB connection?

Dabiddo
  • 341
  • 4
  • 5
  • 9

2 Answers2

0

Here's an SO thread on work arounds for 64-bit OleDB. As I said in that thread, the answer is not very satisfying at the moment.

Community
  • 1
  • 1
JP Alioto
  • 44,864
  • 6
  • 88
  • 112
0

SpreadsheetGear for .NET will do it and supports 64 bit .NET 2.0+.

You can see live ASP.NET (C# & VB) samples here, DataGrid samples here and download a free trial here if you want to try it yourself.

Disclaimer: I own SpreadsheetGear LLC

Joe Erickson
  • 7,077
  • 1
  • 31
  • 31