Stack Trace:
[BadImageFormatException: Could not load file or assembly 'LinqToExcel' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
System.Refl...
Id #7374 | Release:
None
| Updated: Feb 14 at 1:08 AM by lordan | Created: Oct 14, 2010 at 2:42 AM by lordan
Unable to cast object of type 'System.Reflection.RtFieldInfo' to type 'System.Reflection.PropertyInfo'.
this works..
var sheets = from s in book.Worksheets
where s...
Id #3134 | Release:
None
| Updated: Feb 14 at 1:08 AM by Gyaq | Created: Oct 2, 2008 at 10:33 PM by Gyaq
I've been playing with this for a while and I cant seem to find any way to get the where to work on a cell.
Example:
Action method2 = () =>
{
using (XlsWorkbook book = new Xl...
Id #3133 | Release:
None
| Updated: Feb 14 at 1:08 AM by Gyaq | Created: Oct 2, 2008 at 9:23 PM by Gyaq
This simple query does not compile:
XlsWorkbook book = new XlsWorkbook("sample.xls");
var sheets = from s in book.Worksheets
select s;
Id #1347 | Release:
None
| Updated: Feb 14 at 1:08 AM by BakoTomas | Created: Mar 9, 2008 at 6:30 AM by marcorusso