Umbraco.Community.Forms.ExcelExport 18.0.3

dotnet add package Umbraco.Community.Forms.ExcelExport --version 18.0.3
                    
NuGet\Install-Package Umbraco.Community.Forms.ExcelExport -Version 18.0.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="Umbraco.Community.Forms.ExcelExport" Version="18.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.Forms.ExcelExport" Version="18.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.Forms.ExcelExport" />
                    
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 Umbraco.Community.Forms.ExcelExport --version 18.0.3
                    
#r "nuget: Umbraco.Community.Forms.ExcelExport, 18.0.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.
#:package Umbraco.Community.Forms.ExcelExport@18.0.3
                    
#: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=Umbraco.Community.Forms.ExcelExport&version=18.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.Forms.ExcelExport&version=18.0.3
                    
Install as a Cake Tool

Umbraco Forms Excel Export

Adds two .xlsx export types to Umbraco Forms:

  • Excel preserves dates, booleans, and safe integers as native Excel cells.
  • Excel (display values) replaces stored prevalue keys with their captions and writes the result as text.

Both exports use the standard Umbraco Forms filters and create an Entries worksheet containing the selected columns and records. Fields with multiple values are joined with commas.

Workbooks are streamed directly to the download instead of being assembled entirely in memory. The exporter checks Excel's row, column, and cell-length limits before it writes an invalid workbook.

Supported versions

  • Package version 17.x supports Umbraco Forms 17.
  • Package version 18.x supports Umbraco Forms 18.

Install the package matching the major version of Umbraco Forms in your site. No configuration is required. The Excel options appear alongside the built-in export types after installation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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

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
18.0.3 0 9/7/2026
18.0.2 0 9/7/2026
18.0.1 15 9/7/2026
18.0.0 20 9/7/2026
17.0.3 0 9/7/2026
17.0.2 0 9/7/2026
17.0.1 16 9/7/2026
17.0.0 29 9/7/2026

See the GitHub release notes.