CsvHelper 3.0.0-chi02

A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.

Showing the top 20 packages that depend on CsvHelper.

Packages Downloads
Verto.CmsKit.Pro.Admin.Application
Package Description
3
Verto.Forms.Application
Package Description
2
Magicodes.IE.Csv
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
2
Magicodes.IE.Csv
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
2
Magicodes.IE.Csv
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/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.03.05** - Excel导入支持合并行数据 [#239](https://github.com/dotnetcore/Magicodes.IE/issues/239) **2021.02.23** - 【Nuget】版本更新到2.5.1.8 - Input string was not in a correct format.[#241](https://github.com/dotnetcore/Magicodes.IE/issues/241) - 使用Stream方式导入xlsx,rowErrors里的rowIndex位置不对[#236](https://github.com/dotnetcore/Magicodes.IE/issues/236) **2021.02.20** - 【Nuget】版本更新到2.5.1.7 - Excel支持Base64导出 [#219](https://github.com/dotnetcore/Magicodes.IE/issues/219) - 修复 [#214](https://github.com/dotnetcore/Magicodes.IE/issues/214) **2021.01.31** - 【Nuget】版本更新到2.5.1.6 - 部分重构模板导出 - Excel模板导出语法解析加强 #211 - 修复当表格下面存在变量时,无法渲染的Bug **2021.01.29** - 【Nuget】版本更新到2.5.1.5 - 移除模板导出时的控制台日志输出 **2021.01.09** - 【Nuget】版本更新到2.5.1.4 - 修复Excel导出列头索引与内容排序不一致问题及单测 [#226](https://github.com/dotnetcore/Magicodes.IE/issues/226)
2
Magicodes.IE.Csv
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.08.30** - ** 【Nuget】版本更新到2.3.0 **
2
Magicodes.IE.Csv
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
2
Magicodes.IE.Csv
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
2
Magicodes.IE.Csv
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 **2022.04.17** - 优化了ColumnIndex在生成模板时的实现,增加了ColumnIndex的单测(见PR[#385](https://github.com/dotnetcore/Magicodes.IE/pull/385))。 - 添加了NPOI的独立扩展包——Magicodes.IE.Excel.NPOI,以便于后续给用户提供更多的支持。目前仅提供了 SaveToExcelWithXSSFWorkbook 扩展方法。 - 修复RequiredIfAttribute的Bug。 - 修复导出JPG图片在Linux环境下可能引起的无限循环的问题(见PR[#396](https://github.com/dotnetcore/Magicodes.IE/pull/396))。 - Excel图片导入时,图片列支持为空。 - 更新CsvHelper到最新版本,并修改相关代码。 **2022.03.06** - 完善筛选器注册机制,在指定了特性ImportHeaderFilter、ExporterHeaderFilter等值后,筛选器将匹配对于的类型,如不指定则作为全局筛选器。 **2022.03.02** - Excel导入时增加回调函数,方便增加自定义验证 - 优化获取DisplayName的逻辑 - 导出CSV支持ColumnIndex - 优化Pdf导出逻辑,统一各平台导出代码
2
Magicodes.IE.Csv
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 **2021.08.24** - 添加对Abp模块的包装,具体见[#318](https://github.com/dotnetcore/Magicodes.IE/issues/318)。 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296)
2
Magicodes.IE.Csv
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/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.04.03** - Excel导入逻辑移除5万行的限制,默认不限制导入数量 **2021.03.30** - Excel修复OutputBussinessErrorData扩展方法 - 多Sheet导入对Stream的支持 **2021.03.12** - Excel模板导出支持使用Dictionary、ExpandoObject完成动态导出 - 优化模板导出逻辑 **2021.03.08** - Excel模板导出支持使用JSON对象完成动态导出 **2021.03.05** - Excel导入支持合并行数据 [#239](https://github.com/dotnetcore/Magicodes.IE/issues/239)
2
Magicodes.IE.Csv
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2020.12.21** - 【Nuget】版本更新到2.5.1 - 导出支持使用ColumnIndex指定导出顺序,以导出时在某些情况下顺序不一致的问题(Export supports the use of ColumnIndex to specify the export order, so that the order is inconsistent in some cases when exporting) [#179](https://github.com/dotnetcore/Magicodes.IE/issues/179) **2020.12.03** - 【Nuget】版本更新到2.5.0 - Excel导出支持HeaderRowIndex [#164](https://github.com/dotnetcore/Magicodes.IE/issues/164) - 增加Excel枚举导出对DescriptionAttribute的支持 [#168](https://github.com/dotnetcore/Magicodes.IE/issues/168) - Excel生成导入模板支持内置数据验证[#167](https://github.com/dotnetcore/Magicodes.IE/issues/167) - 支持数据验证 - 支持MaxLengthAttribute、MinLengthAttribute、StringLengthAttribute、RangeAttribute - 支持输入提示 To fix The Mapping Values of The total length of a Data Validation list always exceed 255 characters (#196)(https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel export List data type errors, and formatting issues.[#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) - 导入Excel对Enum类型匹配值映射时,忽略值前后空格 - fix MappingValues The total length of a DataValidation list cannot exceed 255 characters [#196](https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel导出List数据类型存在错误,以及格式化问题。 [#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) - The ColumnIndex property does not appear to be valid in Excel import [#198](https://github.com/dotnetcore/Magicodes.IE/issues/198) - TableStyle修改为枚举类型 **2020.11.26** - 【Nuget】版本更新到2.5.0-beta6 - The ColumnIndex property does not appear to be valid in Excel import [#198](https://github.com/dotnetcore/Magicodes.IE/issues/198) **2020.11.25** - 【Nuget】版本更新到2.5.0-beta5 - fix MappingValues The total length of a DataValidation list cannot exceed 255 characters [#196](https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel导出List数据类型存在错误,以及格式化问题。 [#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) **2020.11.20** - 【Nuget】版本更新到2.5.0-beta4 - 导入Excel对Enum类型匹配值映射时,忽略值前后空格
2
Magicodes.IE.Csv
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 **2021.10.13** - 支持自定义列字体颜色,具体见PR[#342](https://github.com/dotnetcore/Magicodes.IE/pull/342),感谢[xiangxiren](https://github.com/xiangxiren) - 修复日期格式化的问题,具体见PR[#344](https://github.com/dotnetcore/Magicodes.IE/pull/344),感谢[ccccccmd](https://github.com/ccccccmd) **2021.10.06** - 修复 [#337](https://github.com/dotnetcore/Magicodes.IE/issues/377),bool?类型导出的映射问题 **2021.10.05** - 合并Magicodes.EPPlus到Magicodes.IE,修复所有单元测试并修复部分Bug **2021.09.02** - 修复可为空枚举导入时的验证问题[#322](https://github.com/dotnetcore/Magicodes.IE/issues/322)。
2
Magicodes.IE.Csv
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 **2021.09.02** - 修复可为空枚举导入时的验证问题[#322](https://github.com/dotnetcore/Magicodes.IE/issues/322)。 **2021.08.27** - 修复Append方式导出多个sheet时,发生“Tablename is not unique”错误,具体见[#299](https://github.com/dotnetcore/Magicodes.IE/issues/299)。 **2021.08.24** - 添加对Abp模块的包装,具体见[#318](https://github.com/dotnetcore/Magicodes.IE/issues/318)。 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296)
2

.NET Standard 1.3

Version Downloads Last updated
33.1.0 0 06/02/2025
33.0.1 0 06/20/2024
33.0.0 0 06/17/2024
32.0.3 0 05/13/2024
32.0.2 0 05/07/2024
32.0.1 0 04/26/2024
32.0.0 0 04/25/2024
31.0.4 0 04/17/2024
31.0.3 0 04/03/2024
31.0.2 0 02/29/2024
31.0.1 0 02/29/2024
31.0.0 0 02/09/2024
30.1.0 0 01/26/2024
30.0.3 0 01/23/2024
30.0.1 0 11/11/2022
30.0.0 0 10/30/2022
29.0.0 0 10/06/2022
28.0.1 0 07/14/2022
28.0.0 0 07/08/2022
27.2.1 0 11/23/2021
27.2.0 0 11/15/2021
27.1.1 0 06/23/2021
27.1.0 0 05/26/2021
27.0.4 0 05/18/2021
27.0.3 0 05/17/2021
27.0.2 0 04/28/2021
27.0.1 0 04/22/2021
27.0.0 0 04/21/2021
26.1.0 0 03/23/2021
26.0.1 0 03/04/2021
26.0.0 0 03/03/2021
25.0.0 0 02/24/2021
24.0.1 0 02/20/2021
24.0.0 0 02/19/2021
23.0.0 0 02/12/2021
22.1.2 0 02/04/2021
22.1.1 0 02/02/2021
22.1.0 0 01/30/2021
22.0.0 0 01/30/2021
21.3.1 0 01/29/2021
21.3.0 0 01/27/2021
21.2.1 0 01/25/2021
21.2.0 0 01/24/2021
21.1.2 0 01/24/2021
21.1.1 0 01/23/2021
21.1.0 0 01/21/2021
21.0.6 0 01/20/2021
21.0.5 0 01/20/2021
21.0.5-beta0001 2 02/02/2026
21.0.4 0 01/19/2021
21.0.3 0 01/19/2021
21.0.1 0 01/18/2021
21.0.0 0 01/18/2021
20.0.0 0 01/17/2021
20.0.0-beta0021 2 02/02/2026
20.0.0-beta0020 2 02/02/2026
20.0.0-beta0019 2 02/02/2026
20.0.0-beta0017 2 02/02/2026
20.0.0-beta0001 2 02/02/2026
19.0.0 0 12/27/2020
19.0.0-beta0002 2 02/02/2026
19.0.0-beta0001 2 02/02/2026
19.0.0-beta.2 1 02/02/2026
18.0.0 0 12/04/2020
17.0.1 0 12/01/2020
17.0.0 0 11/29/2020
16.2.0 0 11/25/2020
16.1.0 0 11/20/2020
16.0.0 0 11/13/2020
15.0.10 0 11/10/2020
15.0.9 0 11/03/2020
15.0.8 0 10/14/2020
15.0.7 0 10/13/2020
15.0.6 0 09/25/2020
15.0.5 0 04/17/2020
15.0.4 0 04/03/2020
15.0.3 0 03/24/2020
15.0.2 0 03/20/2020
15.0.1 0 03/04/2020
15.0.0 0 02/04/2020
14.0.0 0 01/30/2020
14.0.0-beta001 1 03/20/2026
13.0.0 0 01/16/2020
12.3.2 0 01/10/2020
12.3.1 0 01/09/2020
12.3.0 0 01/09/2020
12.2.3 0 12/30/2019
12.2.2 0 12/06/2019
12.2.1 0 11/05/2019
12.2.0 0 11/05/2019
12.1.3 0 10/28/2019
12.1.2 0 01/28/2019
12.1.1 0 01/03/2019
12.1.0 0 12/13/2018
12.0.1 0 12/05/2018
12.0.0 0 12/05/2018
11.0.1 0 12/04/2018
11.0.0 0 12/04/2018
10.0.0 0 12/04/2018
10.0.0-beta02 0 11/23/2018
10.0.0-beta01 0 11/21/2018
9.2.3 1 03/20/2026
9.2.2 1 03/20/2026
9.2.1 1 03/20/2026
9.2.0 1 03/20/2026
9.1.0 1 03/20/2026
9.0.2 1 03/20/2026
9.0.1 1 03/20/2026
9.0.0 1 03/20/2026
8.1.1 1 03/20/2026
8.1.0 1 03/20/2026
8.0.0 1 03/20/2026
8.0.0-beta01 0 07/12/2018
7.1.1 1 03/20/2026
7.1.0 1 03/20/2026
7.0.1 1 03/20/2026
7.0.0 1 03/20/2026
6.1.1 1 03/20/2026
6.1.0 1 03/20/2026
6.0.3 1 03/20/2026
6.0.2 1 03/20/2026
6.0.0 1 03/20/2026
5.0.0.1 2 02/02/2026
4.0.3 1 03/20/2026
4.0.2 1 03/20/2026
4.0.1 0 10/19/2017
3.2.0 1 03/20/2026
3.1.1 1 03/20/2026
3.1.0 1 03/20/2026
3.0.0 1 03/20/2026
3.0.0-RC05 0 10/04/2017
3.0.0-RC04 0 09/26/2017
3.0.0-RC03 0 09/25/2017
3.0.0-RC02 0 09/19/2017
3.0.0-RC01 0 09/07/2017
3.0.0-chi08 0 09/06/2017
3.0.0-chi07 0 09/02/2017
3.0.0-chi06 0 07/04/2017
3.0.0-chi05 0 06/06/2017
3.0.0-chi04 0 05/31/2017
3.0.0-chi03 0 05/25/2017
3.0.0-chi02 0 04/23/2017
3.0.0-chi01 0 04/21/2017
3.0.0-beta8 0 03/30/2017
3.0.0-beta7 0 10/04/2016
3.0.0-beta6 0 09/09/2016
3.0.0-beta5 0 09/06/2016
3.0.0-beta4 0 09/02/2016
3.0.0-beta3 0 08/30/2016
3.0.0-beta2 0 08/26/2016
3.0.0-beta10 0 04/07/2017
3.0.0-beta1 0 08/25/2016
2.16.3 0 09/09/2016
2.16.2 2 03/03/2026
2.16.1 0 08/31/2016
2.16.0 0 07/14/2016
2.15.0.2 1 03/20/2026
2.15.0.1 1 03/20/2026
2.15.0 0 06/09/2016
2.14.3 0 06/08/2016
2.14.2 0 04/27/2016
2.14.1 0 04/20/2016
2.14.0 0 04/17/2016
2.13.5 0 11/29/2015
2.13.4 0 11/29/2015
2.13.3 0 11/28/2015
2.13.2 0 06/27/2015
2.13.1 0 06/09/2015
2.13.0 0 04/17/2015
2.12.0.2 1 03/20/2026
2.12.0.1 1 03/20/2026
2.12.0 0 04/11/2015
2.11.1.1 1 03/20/2026
2.11.0 0 02/17/2015
2.10.0 0 12/08/2014
2.9.1 1 03/20/2026
2.9.0 0 12/08/2014
2.8.4 1 03/20/2026
2.8.3 1 03/20/2026
2.8.2 1 03/20/2026
2.8.1 1 03/20/2026
2.8.0 1 03/20/2026
2.7.1 1 03/20/2026
2.7.0 1 03/20/2026
2.6.1 1 03/20/2026
2.6.0 1 03/20/2026
2.5.0 1 03/20/2026
2.4.1 1 03/20/2026
2.4.0 1 03/20/2026
2.3.0 1 03/20/2026
2.2.2 1 03/20/2026
2.2.1 1 03/20/2026
2.2.0 1 03/20/2026
2.1.1 1 03/20/2026
2.1.0 1 03/20/2026
2.0.1 1 03/20/2026
2.0.0 1 03/20/2026
2.0.0-beta2 0 06/07/2013
2.0.0-beta1 1 03/20/2026
1.17.0 0 03/13/2013
1.16.0 0 03/09/2013
1.15.0 0 03/03/2013
1.14.0 0 01/25/2013
1.13.0 0 12/18/2012
1.12.1 0 11/13/2012
1.12.0 0 11/10/2012
1.11.0 0 11/10/2012
1.10.0 0 11/03/2012
1.9.2 1 03/20/2026
1.9.1 1 03/20/2026
1.9.0 1 03/20/2026
1.8.0 1 03/20/2026
1.7.0 1 03/20/2026
1.6.0 1 03/20/2026
1.5.0 1 03/20/2026
1.4.0 1 03/20/2026
1.3.0 0 03/11/2012
1.2.0 1 03/20/2026
1.1.2 1 03/20/2026
1.1.1 1 03/20/2026
1.1.0 1 03/20/2026
1.0.0 1 03/20/2026
0.16.0 0 09/07/2011
0.15.0 0 07/09/2011
0.14.0 0 07/06/2011
0.13.0 0 02/15/2011
0.12.0 0 02/01/2011