DataJuggler.Excelerate 9.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.Excelerate --version 9.1.1
                    
NuGet\Install-Package DataJuggler.Excelerate -Version 9.1.1
                    
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="DataJuggler.Excelerate" Version="9.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataJuggler.Excelerate" Version="9.1.1" />
                    
Directory.Packages.props
<PackageReference Include="DataJuggler.Excelerate" />
                    
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 DataJuggler.Excelerate --version 9.1.1
                    
#r "nuget: DataJuggler.Excelerate, 9.1.1"
                    
#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.
#:package DataJuggler.Excelerate@9.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DataJuggler.Excelerate&version=9.1.1
                    
Install as a Cake Addin
#tool nuget:?package=DataJuggler.Excelerate&version=9.1.1
                    
Install as a Cake Tool

Excelerate has been updated for .NET9. Use an 8.x version for .NET8, a
 7.x version for .NET7.

 Excelerate will change how you work with C# and Excel. Excelerate uses NPOI and it makes
 it easy to load Workbooks or Worksheets. Excelerate now has a code generation feature,
 you can create a C# class from a header row. Excelerate also has helper classes to allow
 you load and save entire workbooks or worksheets without ever having referring to a cell.
 Use my free site https://excelerate.datajuggler.com/ to code generate C# classes from Excel
 header rows. ExcelDataLoader will load a workbook by passing in a path or a Worksheet
 by passing in a a WorksheetInfo object to specify what to load.

 Background
 I have a couple of clients that I built programs that automate Excel processes. This
 project streamlines Excel development.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DataJuggler.Excelerate:

Package Downloads
DataJuggler.Blazor.Components

This project consists of a TextBoxComponent, Multiline TextBox, CheckBox, ComboBox, CheckedListComboBox, CheckedListBox, Grid, Label, Calendar Component, Time Component and more. The CSS file DataJuggler.Blazor.Components.css contains many useful classes to help style and position objects. This version is for .NET 9.0.

DataJuggler.SQLSnapshot

SQL Snapshot allows you to export a SQL Server database and all data rows to Excel with one line of code passing in a connectionstring and a path.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.11 92 2/3/2026
10.0.10 99 1/31/2026
10.0.9 97 1/21/2026
10.0.8 125 1/6/2026
10.0.7 116 1/5/2026
10.0.6 305 12/17/2025
10.0.5 283 12/17/2025
10.0.4 149 12/12/2025
10.0.3 135 12/12/2025
10.0.1 529 11/22/2025
10.0.0 284 11/21/2025
9.1.8 394 11/3/2025
9.1.6 230 11/3/2025
9.1.5 255 10/15/2025
9.1.4 179 10/3/2025
9.1.3 651 8/24/2025
9.1.1 421 7/8/2025
9.1.0 622 5/28/2025
9.0.5 273 5/7/2025
9.0.4 611 4/29/2025
Loading failed

See Read Me