![]() |
VOOZH | about |
dotnet add package FluentExcel --version 1.1.3
NuGet\Install-Package FluentExcel -Version 1.1.3
<PackageReference Include="FluentExcel" Version="1.1.3" />
<PackageVersion Include="FluentExcel" Version="1.1.3" />Directory.Packages.props
<PackageReference Include="FluentExcel" />Project file
paket add FluentExcel --version 1.1.3
#r "nuget: FluentExcel, 1.1.3"
#:package FluentExcel@1.1.3
#addin nuget:?package=FluentExcel&version=1.1.3Install as a Cake Addin
#tool nuget:?package=FluentExcel&version=1.1.3Install as a Cake Tool
Use Fluent API to configure POCO excel behaviors, and then provides IEnumerable<T> save to and load from excel functionalities.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 2 NuGet packages that depend on FluentExcel:
| Package | Downloads |
|---|---|
|
Etch.OrchardCore.SEO
Module for Orchard Core that provides useful features for SEO. |
|
|
TestExtentions.Common
Test Extention for Selenium |
This package is not used by any popular GitHub repositories.
1. Decouple the configuration from the POCO model by using fluent api; 2. Support none configuration POCO, so that if English is your mother language, none any more configurations;