Top "Linq-to-excel" questions

Retrieve data from spreadsheets and csv files by using LINQ

Linq: select where in List<string>

Struggeling with some LinqToExcel filtering here... Ive got a List<string> columnsToFilter that contains 9 strings, and with that …

c# asp.net-mvc linq linq-to-excel
Get all the values from excel file by using linqtoexcel

I'm using linqtoexcel in my asp.net mvc 4 project to read an excel file & get all the values from …

c# asp.net-mvc excel linq-to-excel
Read an Excel spreadsheet in memory

How can I read an Excel spreadsheet that was just posted to my server? I searched for something but I …

c# linq-to-excel
LinqToExcel - Need to start at a specific row

I'm using the LinqToExcel library. Working great so far, except that I need to start the query at a specific …

linq linq-to-excel
Could not load file or assembly 'LinqToExcel, Version

I am trying to read an xlsx file. I got exception that The 'Microsoft.ACE.OLEDB.12.0' provider is not …

c# .net linq-to-excel
LinqToExcel GetColumnNames at specific Row

I am using the library LinqToExcel to read excel files in my mvc4 project. My problem is when I try …

c# asp.net-mvc-4 linq-to-excel
How do I use LinqToExcel to get the sheet names of an Excel file?

I am using LinqToExcel. I want to be able to get the names of all sheets in an Excel file …

c# asp.net-mvc linq-to-excel
LinqToExcel: Distinct values in excel column

This might be a very simple thing for you gurus, but I'm not familiar with C#4 and INTEROP. Therefore, I'm …

linq c#-4.0 interop excel-interop linq-to-excel