Retrieve data from spreadsheets and csv files by using LINQ
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-excelI'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-excelHow can I read an Excel spreadsheet that was just posted to my server? I searched for something but I …
c# linq-to-excelI'm using the LinqToExcel library. Working great so far, except that I need to start the query at a specific …
linq linq-to-excelI am trying to read an xlsx file. I got exception that The 'Microsoft.ACE.OLEDB.12.0' provider is not …
c# .net linq-to-excelI 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-excelI 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-excelThis 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