3

Can anybody please provide me with a link to a 64-bit build of linq-to-Excel? I see references to it in several posts and on the official site (https://github.com/paulyoder/LinqToExcel), but I am unable to locate a download of the 64 bit binaries.

Thank you.

inkognito
  • 33
  • 4
  • Did you ever find this? I found a zip file from a couple years ago, but it is many versions behind the current version. – BattlFrog Jan 16 '15 at 22:23
  • well, we decided not to go with the approach to acceptance testing that would benefit from such a component, so we don't use it anymore. – inkognito Nov 16 '16 at 19:59

1 Answers1

4

In NuGet, you have to look specifically for LinqToExcel_x64, it doesn't show up when you look for LinqToExcel

Or get the bits from the NuGet source

Jowen
  • 5,203
  • 1
  • 43
  • 41