dk.XlsxReader 2.0.0.2

dotnet add package dk.XlsxReader --version 2.0.0.2
                    
NuGet\Install-Package dk.XlsxReader -Version 2.0.0.2
                    
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="dk.XlsxReader" Version="2.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dk.XlsxReader" Version="2.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="dk.XlsxReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add dk.XlsxReader --version 2.0.0.2
                    
#r "nuget: dk.XlsxReader, 2.0.0.2"
                    
#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.
#addin nuget:?package=dk.XlsxReader&version=2.0.0.2
                    
Install dk.XlsxReader as a Cake Addin
#tool nuget:?package=dk.XlsxReader&version=2.0.0.2
                    
Install dk.XlsxReader as a Cake Tool

Reads Excel xlsx files in Windows Desktop Projects and Windows Store Apps, C# source module, no dependencies

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.2 320 10/11/2014
2.0.0.1 60 10/11/2014
2.0.0 145 6/17/2014
1.0.0.4 58 1/18/2014
1.0.0.3 59 1/17/2014
1.0.0.2 54 1/17/2014
1.0.0.1 93 12/9/2013
1.0.0 57 12/9/2013

Added XlsxPivotReader to unpivot data. Added reference to Microsoft.Bcl.Compression to support IOS, Android and other platforms.