RSCG_WebAPIExports 2023.8.16.1256
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RSCG_WebAPIExports --version 2023.8.16.1256
NuGet\Install-Package RSCG_WebAPIExports -Version 2023.8.16.1256
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="RSCG_WebAPIExports" Version="2023.8.16.1256" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSCG_WebAPIExports --version 2023.8.16.1256
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RSCG_WebAPIExports, 2023.8.16.1256"
#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.
// Install RSCG_WebAPIExports as a Cake Addin #addin nuget:?package=RSCG_WebAPIExports&version=2023.8.16.1256 // Install RSCG_WebAPIExports as a Cake Tool #tool nuget:?package=RSCG_WebAPIExports&version=2023.8.16.1256
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RSCG_WebAPIExports
Add exports to file to WebAPI ( for the moment, just Excel / xlsx)
Usage
Add reference to the package in the .csproj
<PackageReference Include="RSCG_WebAPIExports" Version="2023.8.16.1256" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
Then in the WebAPI add
using WebApiExportToFile;
//code
// Add services to the container.
//WebApiExportToFile.AddExport(builder.Services);
builder.Services.AddExport();
var app = builder.Build();
app.UseExport();
Add to any url : .xlsx ( e.g. for /WeatherForecast put /WeatherForecast.xlsx ) and the excel will be
downloaded
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- ArrayToExcel (>= 2.2.2)
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 |
---|---|---|
2023.8.16.1958 | 392 | 8/16/2023 |
2023.8.16.1258 | 234 | 8/16/2023 |
2023.8.16.1257 | 249 | 8/16/2023 |
2023.8.16.1256 | 262 | 8/16/2023 |
2023.8.16.1255 | 249 | 8/16/2023 |
2023.8.16.1254 | 260 | 8/15/2023 |
2023.8.16.1219 | 273 | 8/15/2023 |