NReco.PivotData.Extensions
1.3.2
Prefix Reserved
See the version list below for details.
dotnet add package NReco.PivotData.Extensions --version 1.3.2
NuGet\Install-Package NReco.PivotData.Extensions -Version 1.3.2
<PackageReference Include="NReco.PivotData.Extensions" Version="1.3.2" />
paket add NReco.PivotData.Extensions --version 1.3.2
#r "nuget: NReco.PivotData.Extensions, 1.3.2"
// Install NReco.PivotData.Extensions as a Cake Addin #addin nuget:?package=NReco.PivotData.Extensions&version=1.3.2 // Install NReco.PivotData.Extensions as a Cake Tool #tool nuget:?package=NReco.PivotData.Extensions&version=1.3.2
PivotData Toolkit (extends NReco.PivotData library): advanced components for pivot table reports generation + exports (HTML, JSON, CSV, Excel, PDF, DataTable), formatting wrappers (percentage/difference/topN), CSV/TSV/SQL data sources, extract-transform-load (ETL), keyword-based filter etc.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. 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.0
- CsvHelper (>= 2.15.0.2)
- EPPlus (>= 4.0.4)
- Newtonsoft.Json (>= 9.0.1)
- NReco.PivotData (>= 1.3.3)
-
.NETStandard 1.5
- CsvHelper (>= 2.15.0.2)
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- NReco.PivotData (>= 1.3.3)
- Shaman.EPPlus (>= 1.0.1.1)
- System.Data.Common (>= 4.1.0)
- System.Reflection (>= 4.1.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Cng (>= 4.2.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Tasks.Parallel (>= 4.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
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 |
---|---|---|
1.7.1 | 106 | 11/13/2024 |
1.7.0 | 14,159 | 9/28/2023 |
1.6.2 | 3,614 | 4/17/2023 |
1.6.1 | 14,957 | 7/28/2022 |
1.5.5 | 5,803 | 4/12/2022 |
1.5.4 | 20,949 | 5/29/2021 |
1.5.3 | 18,597 | 5/27/2020 |
1.5.2 | 184,174 | 12/30/2019 |
1.5.1 | 1,016 | 12/11/2019 |
1.5.0 | 14,747 | 3/17/2019 |
1.4.2 | 2,690 | 8/23/2018 |
1.4.1 | 74,712 | 4/12/2018 |
1.4.0 | 1,552 | 1/9/2018 |
1.3.8 | 1,845 | 9/25/2017 |
1.3.7 | 7,162 | 7/26/2017 |
1.3.6 | 1,381 | 6/26/2017 |
1.3.5 | 1,459 | 3/15/2017 |
1.3.4 | 1,879 | 2/1/2017 |
1.3.3 | 4,377 | 12/2/2016 |
1.3.2 | 27,524 | 10/18/2016 |
1.3.1 | 1,850 | 9/16/2016 |
Note: without a valid license key, PivotData Toolkit components will work in TRIAL MODE (with some limitations / trial notices).
v.1.3.2 changes:
- added PaginatePivotTable wrapper: used for effective pivot table pagination on the server-side + related internal changed
- added pagination support to front-end component (jquery.nrecopivottable.js) and ToolkitPivotReportMvc example
- added PivotTableHtmlWriter.RepeatKeysInGroups option (prevents labels grouping; false by default)
- added PivotTableHtmlWriter.RepeatDuplicateKeysAcrossDimensions option (prevents the same label merging across dimensions)
- added more formatting options to PivotTableCsvWriter / PivotTableExcelWriter
- GroupedSourceReader significant refactoring; some changes are NOT backward compatible.
- fixed FixedPivotData issue (ArgumentOutOfRange exception when PivotDataState contains only several values)
- fixed PivotTableDataTableWriter issue (appears when pivot table contains several measures)
v.1.3.1 changes:
- published NReco.PivotData.Extensions nuget package; it needs a license key to remove trial limitations
- CubeKeywordFilter enhancements: starts-with / ends-with syntax ( *keyword, keyword* ), dimension hints syntax (year:2015)
- PivotTableExcelWriter is now available in netstandard build (for .NET Core apps)
- added more formatting options to ExcelWriter and CsvWriter (FormatKey/FormatValue)
- fixed PivotTableJsonWriter JSON serialization issue (null and DBNull values)
- fixed PivotTableDataTableWriter nullreference exception when MinAggregator or MaxAggregator is used