Ryr.XrmToolBox.ExportToExcel 2.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ryr.XrmToolBox.ExportToExcel --version 2.7.0
                    
NuGet\Install-Package Ryr.XrmToolBox.ExportToExcel -Version 2.7.0
                    
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="Ryr.XrmToolBox.ExportToExcel" Version="2.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ryr.XrmToolBox.ExportToExcel" Version="2.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Ryr.XrmToolBox.ExportToExcel" />
                    
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 Ryr.XrmToolBox.ExportToExcel --version 2.7.0
                    
#r "nuget: Ryr.XrmToolBox.ExportToExcel, 2.7.0"
                    
#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 Ryr.XrmToolBox.ExportToExcel@2.7.0
                    
#: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=Ryr.XrmToolBox.ExportToExcel&version=2.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Ryr.XrmToolBox.ExportToExcel&version=2.7.0
                    
Install as a Cake Tool

XrmToolBox Plugin - Export to Excel

This is a plugin for XrmToolBox. The code is based on the View Layout Replicator.

Why did I develop this tool?

Even though you can export records from Dynamics CRM, there is a record count limitation. The upper limit is 100,000 in CRM 2015 Update 1 → http://www.microsoft.com/en-US/dynamics/crm-customer-center/export-data-to-excel.aspx

This tool can be used to overcome that limitation, as it just pages through RetrieveMultiple till there are no more records to retrieve.

#Install Instructions Download the most recent version of XrmToolBox. Click on the "Plugin Store" button in the menu and install this tool from the store.

Credits

Tanguy for View Layout Replicator - Most of the UI and event handling code is from this tool.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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
3.0.3 49,638 11/30/2021
3.0.2 2,821 11/22/2021
3.0.1 3,004 11/10/2021
3.0.0 1,707 11/9/2021
2.9.0 2,154 11/5/2021
2.8.4 1,533 11/4/2021
2.8.3 1,842 11/3/2021
2.8.2 1,563 11/3/2021
2.8.1 1,557 11/3/2021
2.8.0 1,577 11/3/2021
2.7.0 1,933 11/1/2021
2.6.0 22,502 4/9/2020
2.5.0 67,250 11/1/2017
2.4.0 104,842 12/12/2016
2.3.0 30,131 5/19/2016
2.2.0 4,172 5/10/2016
2.1.0 4,906 5/2/2016

1. Update packages
   2. Multi-select Optionset (Rick Wilson PR)