ExcelToEnumerable 0.3.0
See the version list below for details.
dotnet add package ExcelToEnumerable --version 0.3.0
NuGet\Install-Package ExcelToEnumerable -Version 0.3.0
<PackageReference Include="ExcelToEnumerable" Version="0.3.0" />
paket add ExcelToEnumerable --version 0.3.0
#r "nuget: ExcelToEnumerable, 0.3.0"
// Install ExcelToEnumerable as a Cake Addin #addin nuget:?package=ExcelToEnumerable&version=0.3.0 // Install ExcelToEnumerable as a Cake Tool #tool nuget:?package=ExcelToEnumerable&version=0.3.0
Easily converts Excel Spreadsheets to Enumerables of any type.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- LightweightExcelReader (>= 0.1.2)
-
.NETStandard 2.0
- LightweightExcelReader (>= 0.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.13-alpha | 4,552 | 2/3/2021 |
0.3.12-alpha | 228 | 2/3/2021 |
0.3.11-alpha | 226 | 2/2/2021 |
0.3.10 | 61,090 | 11/2/2020 |
0.3.9 | 965 | 10/23/2020 |
0.3.8 | 476 | 10/22/2020 |
0.3.7 | 438 | 10/21/2020 |
0.3.6 | 1,128 | 10/8/2020 |
0.3.5 | 489 | 9/7/2020 |
0.3.4 | 554 | 9/6/2020 |
0.3.3 | 2,492 | 5/12/2020 |
0.3.2 | 495 | 5/11/2020 |
0.3.1 | 506 | 4/29/2020 |
0.3.0 | 440 | 4/29/2020 |
0.2.0.9 | 16,154 | 1/28/2020 |
0.2.0.8 | 483 | 1/11/2020 |
0.2.0.7 | 567 | 1/10/2020 |
0.2.0.6 | 886 | 1/9/2020 |
0.2.0.5 | 558 | 1/9/2020 |
0.2.0.4 | 526 | 1/6/2020 |
0.2.0.3 | 488 | 1/6/2020 |
0.2.0.2 | 576 | 12/30/2019 |
0.2.0.1 | 533 | 12/30/2019 |
0.2.0 | 494 | 12/30/2019 |
0.1.0.16 | 487 | 12/19/2019 |
0.1.0.15 | 507 | 12/19/2019 |
0.1.0.14 | 523 | 12/3/2019 |
0.1.0.13 | 467 | 12/3/2019 |
0.1.0.12 | 489 | 11/29/2019 |
0.1.0.11 | 483 | 11/29/2019 |
0.1.0.10 | 481 | 11/29/2019 |
0.1.0.9 | 500 | 11/28/2019 |
0.1.0.8 | 480 | 11/28/2019 |
0.1.0.7 | 493 | 11/28/2019 |
0.1.0.6 | 519 | 11/25/2019 |
0.1.0.5 | 521 | 11/23/2019 |
0.1.0.4 | 498 | 11/14/2019 |
0.1.0.3 | 510 | 11/14/2019 |
0.1.0.2 | 508 | 11/14/2019 |
0.1.0.1 | 568 | 10/23/2019 |
0.1.0 | 553 | 10/23/2019 |
Breaking Change From 0.2.0.9:
- The UsesColumnNumber config options now expects a 1-based column number to bring this option in line with the rest of the library, where column numbers area all 1-based.
What's New:
- There's now a UsesColumnLetter config option, e.g. .Property(y => y.ColumnA).UsesColumnLetter("A")
- Better error messaging if you're mapping by column number and you forget to map or ignore properties
Bug fixes
- Fixed bug where row count was incorrect for data not starting in row 2
- Fixed bug where MapToRowNumber through an exception when using UsesColumnNumber