Click here to Skip to main content
16,016,477 members

Comments by samiji (Top 1 by date)

samiji 21-Sep-12 5:36am View    
Hi, thank you so much for posting your code on this site. I'm new to c# and I used your code to convert excel to DataTable. I have used 'solution 3' of your code but I'm getting an error at this line of your code:

var catalogueValues = from cell in row.Descendants() select new ExcelCol

The error I'm getting is this:

The type or namespace name 'ExcelCol' could not be found (are you missing a using directive or an assembly reference?)

Looking forward for your advise,

Thanks in advance,

Sam