LinqToExcel icon indicating copy to clipboard operation
LinqToExcel copied to clipboard

Use LINQ to retrieve data from spreadsheets and csv files

Results 83 LinqToExcel issues
Sort by recently updated
recently updated
newest added

is Dotnet 5 supported? Regards Laz

Is it possible to get .Net Standard 2.x support? This would fix my [NU1701 warning](https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1701): `warning NU1701: Package 'LinqToExcel 2.0.0-PRERELEASE-2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead...

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.'

I have an excel that looks like in the screenshot. ![image](https://user-images.githubusercontent.com/23409814/82303915-e3eb3c80-99bb-11ea-8bf4-156b4214dd33.png) [TestFileHeaders.xlsx](https://github.com/paulyoder/LinqToExcel/files/4649187/TestFileHeaders.xlsx) My mapping class looks like this. ``` public class UnitExcelRow { [ExcelColumn("barcode")] public string Barcode { get; set;...

I have a csv File in which the 5th column contains mixed types. ![capture](https://cloud.githubusercontent.com/assets/10115726/5338903/63a8045a-7ed1-11e4-8b97-206ac041cc5b.JPG) When i query this through LinqToExcel ``` var excel = new ExcelQueryFactory(@"C:\Dataloader\2.csv"); var AcountAttributes = from...

Reading multiple files with multiple worksheets in a row (approx 100 files, approx 40 worksheets in each file). I will get "Unspecified Error" as I'm disposing and creating ExcelQueryFactories, then...

It's very useful for me, then I think it help other peoples. My first "merge" to project was wrong.... All important steps was commented on commit.

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

If you have the time could you release a new nuget package?

This now hangs and never comes back any ideas?