Deedle.Excel
2.1.2
See the version list below for details.
dotnet add package Deedle.Excel --version 2.1.2
NuGet\Install-Package Deedle.Excel -Version 2.1.2
<PackageReference Include="Deedle.Excel" Version="2.1.2" />
paket add Deedle.Excel --version 2.1.2
#r "nuget: Deedle.Excel, 2.1.2"
// Install Deedle.Excel as a Cake Addin #addin nuget:?package=Deedle.Excel&version=2.1.2 // Install Deedle.Excel as a Cake Tool #tool nuget:?package=Deedle.Excel&version=2.1.2
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs the core Deedle package, NetOffice.Excel, and a Deedle extension which makes it possible to send Deedle Frames to Excel.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Deedle (>= 2.1.2)
- NetOffice.Core (>= 1.7.4.4)
- NetOffice.Excel (>= 1.7.4.4)
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 |
---|---|---|
3.0.0 | 1,305 | 1/17/2023 |
2.5.0 | 734 | 11/10/2021 |
2.4.3 | 518 | 9/12/2021 |
2.4.2 | 390 | 8/31/2021 |
2.4.1 | 426 | 7/25/2021 |
2.4.0 | 437 | 7/6/2021 |
2.3.0 | 704 | 9/16/2020 |
2.2.0 | 602 | 6/15/2020 |
2.1.2 | 719 | 2/26/2020 |
2.1.1 | 736 | 1/25/2020 |
2.1.0 | 652 | 11/5/2019 |
2.0.4 | 878 | 4/29/2019 |
2.0.3 | 673 | 4/24/2019 |
2.0.2 | 650 | 4/8/2019 |
2.0.1 | 676 | 3/25/2019 |
2.0.0 | 654 | 3/14/2019 |
2.0.0-beta01 | 708 | 8/4/2018 |
1.0.4-rc1 | 1,119 | 8/1/2014 |
Fix parsing csv of multi-line column headers [#479](https://github.com/fslaborg/Deedle/issues/479)
Fix type inference of empty cell [#441](https://github.com/fslaborg/Deedle/issues/441)