DJO.Reporting 1.0.10

dotnet add package DJO.Reporting --version 1.0.10
NuGet\Install-Package DJO.Reporting -Version 1.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DJO.Reporting" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DJO.Reporting --version 1.0.10
#r "nuget: DJO.Reporting, 1.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DJO.Reporting as a Cake Addin
#addin nuget:?package=DJO.Reporting&version=1.0.10

// Install DJO.Reporting as a Cake Tool
#tool nuget:?package=DJO.Reporting&version=1.0.10

Out of the box this package provides the ability to convert an enumerable of objects or a DataTable to a report in Excel or CSV. A report can also be manually constructed by building up Groups, Rows and Columns. This project has been written in an extensible way so new methods of creating and styling reports can be added easily.

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.10 634 8/5/2019
1.0.8 959 8/31/2017
1.0.5 969 8/30/2017

This is an alpha version. It requires further testing and more defensive coding in places so expect a bug or two.