Seashell.Reporting 1.2.3

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Seashell.Reporting --version 1.2.3
NuGet\Install-Package Seashell.Reporting -Version 1.2.3
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="Seashell.Reporting" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Seashell.Reporting --version 1.2.3
#r "nuget: Seashell.Reporting, 1.2.3"
#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 Seashell.Reporting as a Cake Addin
#addin nuget:?package=Seashell.Reporting&version=1.2.3

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

Sometimes a human just has to do additional work or ad hoc work on data within a C# application. Seashell provides a robust framework to get data into Excel where we humans can work with it. It's a great tool for analytics groups and cases where auditors or management need to understand the intermediate steps of calculations in your code.

1) It's optimized so you don't have to worry about the underlying COM application.
2) It separates the concerns of marshalling data and displaying that data, enhancing your code's flexibility.
3) It allows you to build structured and formatted Excel workbooks so that your users can focus on the work that they want to do in Excel, not boilerplate work.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

The package targets .NET version 4.5.

Version 1.2.2 introduces worksheet name binding.
Version 1.2.1 gives more feedback for error conditions
Version 1.2.0 enables reporting on machines that do not have Excel installed using ReportOutputType.ExcelWithMinimalFormatting.
Version 1.1.1 adds a website link and
icon to the nuget package.
Version 1.1.0 introduces additional worksheet control options, default formats based on cell data type, and user experience improvments.