Magicodes.IE.Excel 2.3.0-beta1

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

导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。
         开源库地址:https://github.com/xin-lai
         博客地址:http://www.cnblogs.com/codelove/
         交流QQ群:85318032

         **2020.06.22**
         - ** 【Nuget】版本更新到2.3.0-beta1**
         - ** 【Excel导出】添加对Excel模板导出函数的支持
             - {{Formula::AVERAGE?params=G4:G6}}

         **2020.06.17**
         - ** 【Nuget】版本更新到2.2.7**
         - ** 【HTML导出】添加对NETCore2.2模板引擎的支持

         **2020.06.16**
         - ** 【Nuget】版本更新到2.2.6**
         - ** 【HTML导出】添加对NETCore2.2模板引擎的支持

         **2020.06.14**
         - ** 【Nuget】版本更新到2.2.5**
         - ** 【Excel导出】增加分栏、分sheet、追加rows导出 [#74](https://github.com/dotnetcore/Magicodes.IE/issues/74)**
         - exporter.Append(list1).SeparateByColumn().Append(list2).ExportAppendData(filePath);
         - exporter.Append(list1).SeparateBySheet().Append(list2).ExportAppendData(filePath);
         - exporter.Append(list1).SeparateByRow().AppendHeaders().Append(list2).ExportAppendData(filePath);
         - ** [Excel导出】修复‘IsAllowRepeat=true’ [#107](https://github.com/dotnetcore/Magicodes.IE/issues/107) **
         - ** [Pdf导出】增加PDF扩展方法,支持通过以参数形式传递特性参数 [#104](https://github.com/dotnetcore/Magicodes.IE/issues/104) **
         - `ExportListBytesByTemplate<T>(ICollection<T> data, PdfExporterAttribute pdfExporterAttribute,string temple);`
         - `ExportBytesByTemplate<T>(T data, PdfExporterAttribute pdfExporterAttribute,string template);`

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (87)

Showing the top 5 NuGet packages that depend on Magicodes.IE.Excel:

Package Downloads
L.52Abp.Application

52ABP框架Application应用层的基类

Magicodes.IE.Excel.AspNetCore

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032

Sjzy.Core.Common

主要用于世纪众云CAMS3.0系统服务端架构

HiP.Core

Package Description

Magicodes.IE.AspNetCore

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Magicodes.IE.Excel:

Repository Stars
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
DotNet-MoYu/SimpleAdmin
💥一个小而美的通用业务型后台管理系统。采用前后端分离的设计模式,基于RBAC+多机构的权限管理模式,实现接口级别的数据权限控制。集成国密加解密插件,注释详细,文档齐全,让你的开发少走弯路。
densen2014/Blazor100
Blazor入门100天
Version Downloads Last Updated
2.7.6 2,374 7/5/2025
2.7.5.2 109,977 9/7/2024
2.7.5.1 94,089 1/10/2024
2.7.4.5 160,024 6/12/2023
2.7.4.4 39,073 4/22/2023
2.7.4.3 51,352 3/16/2023
2.7.4.2 57,240 1/4/2023
2.7.4.1 2,540 1/2/2023
2.7.4 1,206 12/30/2022
2.7.3 1,404 12/27/2022
2.7.2 14,662 12/4/2022
2.7.1 4,811 12/1/2022
2.7.0 40,075 11/7/2022
2.7.0-beta2 383 11/4/2022
2.7.0-beta 400 10/27/2022
2.6.9 11,927 10/26/2022
2.6.8 6,114 10/18/2022
2.6.7 28,372 10/12/2022
2.6.6 2,061 10/12/2022
2.6.5-beta1 766 7/17/2022
2.6.4 179,846 4/17/2022
2.6.3 17,365 3/6/2022
2.6.2 3,615 3/2/2022
2.6.1 90,141 12/5/2021
2.6.0 15,900 11/28/2021
2.5.6.3 69,617 10/23/2021
2.5.6.2 2,329 10/13/2021
2.5.6.1 11,712 10/6/2021
2.5.6 2,441 10/5/2021
2.5.5.4 14,699 9/2/2021
2.5.5.3 8,163 8/28/2021
2.5.5.2 14,867 8/24/2021
2.5.5.1 25,384 8/7/2021
2.5.5 1,351 8/7/2021
2.5.4.9 37,337 7/23/2021
2.5.4.8 5,619 7/17/2021
2.5.4.7 1,844 7/16/2021
2.5.4.6 11,700 7/4/2021
2.5.4.5 7,175 6/28/2021
2.5.4.4 2,940 6/25/2021
2.5.4.3 8,955 6/18/2021
2.5.4.2 2,626 6/15/2021
2.5.4.1 84,220 6/5/2021
2.5.4 2,732 6/1/2021
2.5.3.9 9,179 5/26/2021
2.5.3.8 5,038 5/9/2021
2.5.3.7 2,950 4/23/2021
2.5.3.6 2,388 4/18/2021
2.5.3.5 992 4/13/2021
2.5.3.4 12,197 4/6/2021
2.5.3.3 3,207 4/3/2021
2.5.3.2 1,000 3/30/2021
2.5.3.1 4,414 3/12/2021
2.5.3 1,304 3/8/2021
2.5.2 1,096 3/5/2021
2.5.1.8 2,072 2/23/2021
2.5.1.7 2,389 2/20/2021
2.5.1.6 3,969 1/31/2021
2.5.1.5 891 1/29/2021
2.5.1.4 13,252 1/9/2021
2.5.1.3 5,844 1/2/2021
2.5.1.2 4,443 12/22/2020
2.5.1.1 610 12/22/2020
2.5.1 831 12/21/2020
2.5.0 9,615 12/3/2020
2.5.0-beta6 561 11/26/2020
2.5.0-beta5 477 11/25/2020
2.5.0-beta4 476 11/20/2020
2.5.0-beta3 483 10/29/2020
2.5.0-beta2 520 10/20/2020
2.5.0-beta1 518 10/20/2020
2.4.0 24,900 10/1/2020
2.4.0-beta4 528 9/26/2020
2.4.0-beta3 525 9/24/2020
2.4.0-beta2 592 9/16/2020
2.4.0-beta1 529 9/14/2020
2.3.0 3,501 8/30/2020
2.3.0-beta8 693 8/22/2020
2.3.0-beta7 559 8/16/2020
2.3.0-beta6 558 8/10/2020
2.3.0-beta5 533 8/4/2020
2.3.0-beta4 534 7/14/2020
2.3.0-beta3 487 7/13/2020
2.3.0-beta2 471 7/6/2020
2.3.0-beta1 536 6/22/2020
2.2.7 23,557 6/17/2020
2.2.6 3,481 6/16/2020
2.2.5 1,027 6/14/2020
2.2.4 1,378 6/7/2020
2.2.3 3,604 5/31/2020
2.2.2 1,524 5/24/2020
2.2.1 1,443 5/16/2020
2.2.0 1,143 5/12/2020
2.2.0-beta9 913 4/16/2020
2.2.0-beta8 877 4/2/2020
2.2.0-beta7 574 3/29/2020
2.2.0-beta6 534 3/27/2020
2.2.0-beta5 524 3/27/2020
2.2.0-beta4 524 3/26/2020
2.2.0-beta3 494 3/25/2020
2.2.0-beta2 521 3/19/2020
2.2.0-beta1 587 3/18/2020
2.1.4 6,160 3/18/2020
2.1.2 1,717 2/22/2020
2.1.0 1,221 2/14/2020
2.0.2 806 2/13/2020
2.0.1 765 2/13/2020
2.0.0 1,282 2/11/2020
2.0.0-beta4 527 2/5/2020
2.0.0-beta2 553 2/4/2020
2.0.0-beta1 568 1/18/2020
1.4.25 1,687 1/16/2020
1.4.24 752 1/16/2020
1.4.23 741 1/15/2020
1.4.21 756 1/14/2020
1.4.20 818 1/9/2020
1.4.19 755 1/9/2020
1.4.18 742 1/8/2020
1.4.17 910 1/7/2020
1.4.16 895 12/17/2019
1.4.15 768 12/10/2019
1.4.14 746 12/6/2019
1.4.13 809 11/30/2019
1.4.12 916 11/24/2019
1.4.11 736 11/20/2019
1.4.10 930 11/16/2019
1.4.9-beta 510 11/16/2019
1.4.8-beta 493 11/14/2019
1.4.7-beta 501 11/13/2019
1.4.6-beta 507 11/13/2019
1.4.5 764 11/13/2019
1.4.4 857 11/5/2019
1.4.3 12,189 11/5/2019
1.4.2 709 11/5/2019
1.4.1 833 11/4/2019
1.4.0 749 10/30/2019
1.3.9 806 10/26/2019
1.3.8 745 10/26/2019
1.3.7 803 10/22/2019
1.3.6 727 10/22/2019
1.3.5 726 10/22/2019
1.3.4 1,047 10/21/2019
1.3.3 1,669 10/18/2019
1.3.1 10,407 9/26/2019
1.2.1 1,009 9/18/2019
1.2.0 17,607 9/18/2019
1.1.0 841 9/11/2019
1.0.8 767 9/11/2019
1.0.7 878 9/5/2019
1.0.6 777 9/4/2019
1.0.5 762 9/4/2019
1.0.4 751 9/3/2019
1.0.3 736 9/3/2019
1.0.2 754 9/2/2019
1.0.0 1,271 8/26/2019