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
<PackageReference Include="Umbraco.Community.Forms.ExcelExport" Version="18.0.3" />
<PackageVersion Include="Umbraco.Community.Forms.ExcelExport" Version="18.0.3" />
<PackageReference Include="Umbraco.Community.Forms.ExcelExport" />
paket add Umbraco.Community.Forms.ExcelExport --version 18.0.3
#r "nuget: Umbraco.Community.Forms.ExcelExport, 18.0.3"
#:package Umbraco.Community.Forms.ExcelExport@18.0.3
#addin nuget:?package=Umbraco.Community.Forms.ExcelExport&version=18.0.3
#tool nuget:?package=Umbraco.Community.Forms.ExcelExport&version=18.0.3
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.
Links
| Product | Versions 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. |
-
net10.0
- SpreadCheetah (>= 1.28.0)
- Umbraco.Forms.Core (>= 18.0.0)
- Umbraco.Forms.Core.Providers (>= 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
See the GitHub release notes.