2021-04-10 16:09:57 +08:00
## 更新日志
---
2021-05-12 20:29:08 +08:00
< div align = "center" >
2021-06-25 21:36:20 +08:00
< p > < a href = "https://www.nuget.org/packages/MiniExcel" > < img src = "https://img.shields.io/nuget/v/MiniExcel.svg" alt = "NuGet" > < / a > < a href = "https://www.nuget.org/packages/MiniExcel" > < img src = "https://img.shields.io/nuget/dt/MiniExcel.svg" alt = "" > < / a >
< a href = "https://ci.appveyor.com/project/shps951023/miniexcel/branch/master" > < img src = "https://ci.appveyor.com/api/projects/status/b2vustrwsuqx45f4/branch/master?svg=true" alt = "Build status" > < / a >
2022-03-14 12:07:32 +08:00
< a href = "https://gitee.com/dotnetchina/MiniExcel" > < img src = "https://gitee.com/dotnetchina/MiniExcel/badge/star.svg" alt = "star" > < / a > < a href = "https://github.com/shps951023/MiniExcel" rel = "nofollow" > < img src = "https://img.shields.io/github/stars/shps951023/MiniExcel?logo=github" alt = "GitHub stars" > < / a >
< a href = "https://www.nuget.org/packages/MiniExcel" > < img src = "https://img.shields.io/badge/.NET-%3E%3D%204.5-red.svg" alt = "version" > < / a >
2021-06-25 21:36:20 +08:00
< / p >
2021-05-12 20:29:08 +08:00
< / div >
2022-03-14 12:07:32 +08:00
---
2021-05-12 20:29:08 +08:00
< div align = "center" >
2021-06-25 21:36:20 +08:00
< p > < strong > < a href = "README.md" > English< / a > | < a href = "README.zh-CN.md" > 简体中文< / a > | < a href = "README.zh-Hant.md" > 繁體中文< / a > < / strong > < / p >
2021-05-12 20:29:08 +08:00
< / div >
2021-06-25 21:36:20 +08:00
---
2021-05-12 20:29:08 +08:00
< div align = "center" >
2022-02-10 17:13:11 +08:00
< p > 您的 < a href = "https://github.com/shps951023/miniexcel" > Star< / a > 和 < a href = "https://miniexcel.github.io" > 赞助< / a > 能帮助 MiniExcel 成长 < / p >
2021-05-12 20:29:08 +08:00
< / div >
2021-04-10 16:09:57 +08:00
---
2024-09-14 20:11:56 +08:00
### 1.34.2
- [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang )
- [OPT] perf csv insert (#653) (via @izanhzh )
- [Bug] Fix dimension writing in FastMode (#659) (via @Discolai )
- [Bug] Fix QueryAsDataTable can't read Excel with only header rows (#647) (via @Discolai )
2024-08-10 16:53:57 +08:00
### 1.34.1
- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld -cp)
- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli )
2024-07-21 19:56:37 +08:00
### 1.34.0
- [New] 支持 freeze panes (#626) (via @meld -cp)
- [New] 支持 DateTime Nullale support (via @jiaguangli )
- [OPT] Reduce memory requirements when processing templates + template formulas (#638) (via @meld -cp)
- [Bug] 修正 problem with multi-line when using Query (#628) (via @meld -cp)
- [Bug] 修正 empty data reader issue. (#629) (via @duszekmestre )
- [Bug] 修正 Fields of type long cannot be set to text normally #627 (via @shps951023 )
2024-07-07 13:29:28 +08:00
### 1.33.0
- [New] 支持 Template 公式 (#622) (via @meld -cp)
- [New] 更新 DynamicConfiguration format (#595) (via @wangboshun )
- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre )
- [OPT] 1900 year DateTime correction #599 (via @duszekmestre )
2024-05-16 22:17:49 +08:00
### 1.32.1
2024-07-07 13:29:28 +08:00
- [New] .NET5^ support image `ReadOnlySpan<byte>` (via @shps951023 )
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023 )
2023-08-10 15:17:30 +08:00
2024-05-12 17:57:43 +08:00
### 1.32.0
- [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak )
2024-05-12 18:00:22 +08:00
- [New] Make System.DateOnly available as date in Excel (#576) (via @ofthelit )
2024-05-12 17:57:43 +08:00
- [New] Allow ampersand in sheet names (via @ofthelit )
2024-09-14 20:11:56 +08:00
- [OPT] Us
-
- e true async processing for excel writer (#573) (via @duszekmestre )
2024-05-12 17:57:43 +08:00
- [Bug] Fix nullable enumeration conversion failure #567 ) (via @PurplestViper )
- [Bug] IEnumerable traversed twice #422 (via @Discolai )
- [Bug] Fix Read empty string as null (via @pszybiak )
- [Bug] Fix CSV Reader Query faild on specific xlsx file, throws ExcelColumnNotFoundException (via @AZhrZho )
- [Bug] Fix DynamicExcelColumn configuration while saving IDictionary values (via @johannes -barta)
- [Bug] Fix propInfo.Key missing (via @shps951023 )
- [Bug] Fix sharedStrings ref #549 (via @shps951023 )
2023-10-30 08:23:22 +08:00
### 1.31.3
2023-12-27 08:44:40 +08:00
- [Bug] DescriptionAttr null check(via @wulaoh )
- [Bug] Throw custom exception when CSV column not found #543 (via @pszybiak )
- [Bug] SaveAsByTemplate rowInfo.IEnumerableMercell.Height null exception #553 (via @shps951023 )
2023-08-10 15:17:30 +08:00
### 1.31.2
- [New] 支持automatic merge for same vertical cells between @merge and @endmerge tags (via @eynarhaji )
- [New] 限制 merge tagged columns with @mergelimit column. First merge limited column and then merge other columns accordingly. (via @eynarhaji )
- [New] 支持dynamic columns when generating sheet by IDataReader to change columns names & widths #514 (via @Laxynium )
- [Bug] Fix R1C1 reference to A1 reference bug (via @ivan132 )
2023-06-22 13:57:02 +08:00
### 1.31.1
2023-08-10 15:17:30 +08:00
- [OPT] Support property cache #23 (via @RRQM_Home )
### 1.31.1
2023-06-22 13:57:02 +08:00
- [OPT] 支持 property cache #23 (via @RRQM_Home )
2023-05-02 00:44:28 +08:00
2023-05-28 12:24:22 +08:00
### 1.31.0
- [New] 支持 Fields #490 (via @jsgervais )
- [New] 支持是否写入 null values cell #497 (via @0MG -DEN)
- [Bug] 修复calc chain.xml 问题 #491 (via @ArgoZhang )
- [Bug] 修复特定文件 `/xl` 定位错误 #494 (via @ArgoZhang )
2023-05-02 00:44:28 +08:00
### 1.30.3
- [New] 模版支持 if/else 单元格语句 (via @eynarhaji )
2023-02-21 23:03:17 +08:00
### 1.30.2
- [New] 支持 grouped rows (via @eynarhaji )
- [New] 支持 automatic merge vertical cells (via @eynarhaji )
2023-02-07 22:41:46 +08:00
### 1.30.1
- [New] 支持 function 自定义 separator (via @hyzx86 )
- [New] 支持 config for get sheet names (via @H4ad )
2022-09-18 22:49:00 +08:00
2022-12-27 16:16:39 +08:00
### 1.30.0
- [New] 移除不支持的 .NET 5.0 支持
2022-12-27 16:22:32 +08:00
- [New] 支持 excel enum description string to enum #289 (via @KaneLeung )
2022-09-18 22:49:00 +08:00
2022-11-09 22:44:52 +08:00
### 1.29.0
- [New] SaveAs 支持 FastMode
- [Bug] 修正 SaveAs OOM
2022-10-29 22:55:16 +08:00
### 1.28.2
- [New] 支持 Assembly Strong Name Signature #450
- [New] 支持 QueryRange (via @1ras1 )
2022-10-22 16:13:49 +08:00
### 1.28.1
2022-09-19 21:17:47 +08:00
2022-10-22 16:13:49 +08:00
- [Optimization] 减少 template save string memory allocation #439 (via @cupsos )
- [Optimization] 移除 System.Memory 依赖 #441 (via @ping9719 )
2022-09-19 21:17:47 +08:00
2022-10-22 16:13:49 +08:00
### 1.28.0
2022-09-19 21:17:47 +08:00
- [New] 支持 CSV Insert 方法 #I4X92G (via @shps951023 )
2022-09-18 22:49:00 +08:00
### 1.27.0
2022-09-18 23:24:46 +08:00
- [New] 支持 DateTimeOffset and ExcelFormat #430 (via @Lightczx , @shps951023 )
2022-09-18 22:49:00 +08:00
- [Optimization] SaveAs by datareader 支持 dimension #231 (via @shps951023 )
2022-09-09 23:02:52 +08:00
### 1.26.7
2022-09-18 22:49:00 +08:00
2022-09-09 23:02:52 +08:00
- [OPT] 减少 memory allocation 使用 MemoryStream #427 (via @cupsos )
- [OPT] 添加 System.Memory pacakge #427 (via @cupsos )
- [OPT] 减少 memory allocation in GetImageFormat() #427 (via @cupsos )
- [Bug] 修正 MiniExcel.SaveAsByTemplate value 为 List< Dictionary < string , object > > 异常错误 #413 (via @shps951023 )
2022-09-02 18:39:35 +08:00
### 1.26.6
2022-09-02 22:35:49 +08:00
- [OPT] Template save performance #425 (via @lileyzhao )
2022-09-02 18:39:35 +08:00
2022-06-30 21:50:57 +08:00
### 1.26.5
- [New] Added DataReader AutoFilter toggle #402 #401 (via @Rollerss )
- [New] SaveAs 支持空白 sharedstring #405
2022-06-07 23:42:23 +08:00
2022-06-26 13:19:36 +08:00
### 1.26.4
- [Bug] 使用Stream.SaveAs时指定excelType会自动关闭Stream #I57WMM
2022-06-26 13:32:13 +08:00
- [OPT] 减少在读取大文件时 _IntMappingAlphabet.Count 的调用 (#400 via @CollapseNav )
2022-06-26 13:19:36 +08:00
2022-06-07 23:42:23 +08:00
### 1.26.3
- [OPT] Export 预设 buffersize 从 1024 bytes -> 1024 * 512 bytes
- [New] Export 支持自定义 buffersize
- [New] SaveAsByTemplate number 改为 InvariantCulture (via @psxbox )
2022-04-22 00:36:05 +08:00
### 1.26.2
- [Bug] 修正 DynamicColumnAttribute Ignore, Index 问题 #377
2022-04-17 02:46:51 +08:00
### 1.26.1
- [New] DynamicColumnAttribute 支持 Dictionary #370
2022-04-22 00:36:05 +08:00
- [Bug] 修正 MiniExcelDataReader SqlBulkCopy 中断问题 (via @yfl8910 )
2022-04-17 02:46:51 +08:00
2022-04-12 21:37:12 +08:00
### 1.26.0
2022-04-12 23:31:15 +08:00
- [New] 支持 DynamicColumnAttribute (via @y976362357 , @shps951023 )
2022-04-11 14:27:35 +08:00
- [New] 支持 ExcelColumnAttribute 合并现有 attributes (#357 via @Weilence )
2022-04-12 21:37:12 +08:00
- [OPT] ExpandoObject 效能增强,在需要时再转换 Type. (#366 via @isdaniel )
- [OPT] 优化 startswith & endwith 效能 (#365 via @isdaniel )
2022-04-11 14:27:35 +08:00
2022-04-05 23:02:42 +08:00
### 1.25.2
- [New] 移除过期的 ExcelNumberFormat Dependency #271
2022-04-03 13:17:50 +08:00
### 1.25.1
- [Bug] 修正 QueryAsDataTable 读取大文件会抛出 NotImplementedException #360
2022-04-03 04:41:06 +08:00
2022-04-03 13:17:50 +08:00
### 1.25.0
2022-04-04 01:23:41 +08:00
- [New] 支持 SharingStrings disk cache (文件大小 >= 5 MB),现在读取 2GB SharingStrings 只需要使用 1~13MB 内存 (#346 via @Weilence ) (via @shps951023 )
- [New] Async 支持 cancellationToken (#350 via @isdaniel )
2022-03-19 21:14:20 +08:00
- [New] SaveAs 支持 overwriteFile 参数,方便调整是否要覆盖已存在文件。 #307
2022-03-29 23:31:54 +08:00
- [Bug] SaveAs by datareader, 有时会多一个 autoFilter column #352
2022-03-19 21:14:20 +08:00
2022-03-18 13:29:50 +08:00
### 1.24.3
- [Bug] 修正多 threads Async 可能错误 'The given key N was not present in the dictionary' #344
2022-03-18 16:11:24 +08:00
- [Bug] 修正当 CultureInfo 像是`ff-Latn` , datareader field 类型是 datetime 系统会生成错误 OA Date 格式 #343
2022-03-18 13:29:50 +08:00
2022-03-18 01:27:47 +08:00
### 1.24.2
- [Bug] Query 有多个相同标题会导致StartCell无法正确取得该栏位 #I4YCLQ
- [OPT] 优化 Query< T > 的算法
2022-03-14 11:57:23 +08:00
### 1.24.1
- [Bug] 修正 QueryAsync configulation 没有效果问题 #338
- [Bug] 修正 QueryAsync 无法使用 dynamic 类别
2022-03-09 22:48:15 +08:00
### 1.24.0
2022-03-09 23:15:11 +08:00
- [New] Query 支持 strict open xml, 感谢 [Weilence (Lowell) ](https://github.com/Weilence ) #335
- [New] SaveAs 以自订的 CultureInfo 转换 Format cell 值, 感谢[0xced (Cédric Luthi)](https://github.com/0xced) #333
2022-03-09 22:48:15 +08:00
- [New] SaveAsByTemplate 预设忽略 template 缺少参数 key 错误, OpenXmlConfiguration.IgnoreTemplateParameterMissing 可以开关此卡控. #I4WXFB
2022-03-09 23:15:11 +08:00
- [New] SaveAsByTemplate 当参数集合为空时会清空模版字串. #I4WM67
2022-02-16 16:20:42 +08:00
2022-03-04 16:39:13 +08:00
### 1.23.3
- [Bug] SaveAs CSV 当 value 为 DataTable 时, Key包含双引号Column Name不会显示`"`。 #I4WDA9
2022-03-03 11:42:46 +08:00
2022-03-04 16:39:13 +08:00
### 1.23.2
2022-02-16 16:20:42 +08:00
- [New] 支持 System.ComponentModel.DisplayName 的 `[DisplayName]` 作为excel标题 [#I4TXGT ](https://gitee.com/dotnetchina/MiniExcel/issues/I4TXGT )
2022-03-03 11:42:46 +08:00
- [Bug] 修正 `Czech` 等国家CultureInfo会生成错误 decimal 数字提示 #331
2022-02-16 16:20:42 +08:00
2022-02-14 16:22:59 +08:00
### 1.23.0
2022-02-16 16:20:42 +08:00
2022-02-14 16:22:59 +08:00
- [New] 新增 `GetReader` 方法 #328 #290 (感谢 [杨福来 Yang ](https://github.com/yfl8910 ) )
2022-02-08 10:53:47 +08:00
### 1.22.0
2022-02-12 09:51:08 +08:00
- [New] SaveAs 支持自定义 CultureInfo #316
- [New] Query 支持自定义 CultureInfo #316
2022-02-12 16:25:30 +08:00
- [New] 新 byte array 转换器 #327
2022-02-12 16:05:05 +08:00
- [Breaking Change] 移除 Byte Array 与 base64 转换器
- [Breaking Change] `EnableConvertByteArray` 取代 `ConvertByteArrayToBase64String`
2022-02-08 10:53:47 +08:00
2022-02-07 10:29:47 +08:00
### 0.21.5
- [Bug] 修正 SaveAs multiple sheet value error "Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded." #325
2022-01-28 04:52:39 +08:00
### 0.21.4
- [New] Remove LISENCE_CODE check
2022-01-24 00:49:28 +08:00
### 0.21.1
- [New] Check License Code
2022-01-22 17:07:11 +08:00
### 0.21.0
2022-01-22 17:02:16 +08:00
- [New] ExcelFormat 支持 DateTimeOffset/Decimal/double 等类别 format #I49RZH #312 #305
2022-01-21 17:21:14 +08:00
- [New] 支持byte文件导入/导出
- [New] SaveAs 支持预设转换byte[] 值为 base64 字串
- [New] Query 支持转换 base64 字串值为 bytep[]
- [New] OpenXmlConfiguration 增加 `ConvertByteArrayToBase64String` 属性来开关 base64 转换器
2022-01-22 11:32:43 +08:00
- [New] Query 支持 ExcelInvalidCastException 储存行、列、值数据 #309
2022-01-21 17:21:14 +08:00
2022-01-21 12:01:22 +08:00
### 0.20.0
- [New] SaveAs 支持图片生成 #304
2022-01-21 12:07:17 +08:00
- [Opt] 提高 SaveAs 执行效率
2022-01-21 12:01:22 +08:00
2021-12-31 10:00:41 +08:00
### 0.19.3-beta
- [Fix] Excelnumberformat 1.1.0 凭证过期 (Valid from: 2018-04-10 08:00:00 to 2021-04-14 20:00:00) [link ](https://github.com/andersnm/ExcelNumberFormat/issues/34 )
2021-11-19 10:12:14 +08:00
### 0.19.2
- [New] SaveAsByTemplate 支持 datareader [#I4HL54 ](https://gitee.com/dotnetchina/MiniExcel/issues/I4HL54 )
2021-10-25 17:02:24 +08:00
### 0.19.1
- [New] QueryAsDataTable 删除空白 Column keys. #298
2021-11-15 16:21:30 +08:00
- [Bug] Error NU3037: ExcelNumberFormat 1.1.0 #302
2021-11-15 16:43:28 +08:00
- [Bug] SaveAs 前缀和后缀空格会丢失 #294
2021-10-25 17:02:24 +08:00
2021-09-29 16:08:19 +08:00
### 0.19.0
2021-10-21 15:51:56 +08:00
- [New] SaveAs 预设样式增加筛选功能. #190
2021-09-29 16:08:19 +08:00
- [New] 新增 ConvertCsvToXlsx、ConvertXlsxToCsv 方法. #292
2021-10-21 16:06:27 +08:00
- [New] OpenXmlConfiguration 新增 AutoFilter 属性.
2021-09-29 16:08:19 +08:00
- [Bug] 修正 CSV 读取后 SaveAs 会抛出 "Stream was not readable." 错误. #293
2021-10-21 17:04:10 +08:00
- [Bug] 修正 SaveAsByTemplate & 被转成 & [I4DQUN ](https://gitee.com/dotnetchina/MiniExcel/issues/I4DQUN )
2021-09-29 16:08:19 +08:00
2021-09-10 13:37:49 +08:00
### 0.18.0
2021-09-13 23:58:01 +08:00
- [New] SaveAs 支持 enum description #I49RYZ
2021-09-10 17:21:29 +08:00
- [New] Query 强型别支持多列名对应同一属性 [#I40QA5 ](https://gitee.com/dotnetchina/MiniExcel/issues/I40QA5 )
2021-09-10 13:37:49 +08:00
- [Breaking Change] SaveAs 传空`IEnumerable< 强型别 > `现在会生成表头. #133
2021-09-13 23:58:01 +08:00
- [Bug] SaveAs sheet enum 映射 cell 错误 number 型别 #286
2021-09-10 13:37:49 +08:00
2021-08-20 08:54:51 +08:00
### 0.17.5
2021-08-23 10:31:54 +08:00
- [Bug] 修复xlsx文件中标题字段包含`& ,< ,>,",'`符号,导出后打不开文件
2021-08-20 08:54:51 +08:00
2021-08-17 16:01:20 +08:00
### 0.17.4
- [Bug] 修复0.17.3版本更新导致 SaveAs 创建 xlsx 文件错误 "XML error : Catastrophic failure"
2021-08-10 17:10:43 +08:00
### 0.17.3
2021-08-10 16:57:07 +08:00
- [New] 支持设定列宽 #280
2021-08-10 14:16:50 +08:00
- [Bug] 修复 csv 不支持 QueryAsDataTable #279
2021-07-02 13:41:28 +08:00
- [OPT] 更加清楚的错误信息,当文件是错误 excel zip 格式 #272
2021-06-30 17:21:15 +08:00
### 0.17.2
- [Bug] 修复 v0.16.0-0.17.1 自定义格式含有特定格式(e.g:`#,##0.000_);[Red]\(#,##0.000\)`),自动转换器会将 double 被转成 datetime 异常 #267
2021-06-23 14:59:47 +08:00
### 0.17.1
- [New] 增加 QueryAsDataTableAsync(this Stream stream..)
- [OPT] 强型别 Query 转型错误信息能知道在哪一行列出错 [#I3X2ZL ](https://gitee.com/dotnetchina/MiniExcel/issues/I3X2ZL )
2021-06-21 12:04:34 +08:00
### 0.17.0
- [New] 支持 Async/Task #52 , contributor: [isdaniel ( SHIH,BING-SIOU) ](https://github.com/isdaniel )
2021-06-19 21:32:57 +08:00
### 0.16.1
- [New] SaveAsByTemplate 支持 DateTime 自定义格式 #255 , contributor: [网虫 (landde) - Gitee.com ](https://gitee.com/landde )
2021-06-17 17:21:13 +08:00
### 0.16.0
2021-06-19 18:03:08 +08:00
- [New] Query 支持自定义日期格式转成 datetime 型别 #256
2021-06-17 17:21:13 +08:00
- [Bug] 修正 Query 重复呼叫 convertValueByStyleFormat 方法造成资源浪费 #259
2021-06-13 14:42:01 +08:00
### 0.15.5
2021-06-13 14:55:15 +08:00
- [Bug] 特定中文环境日期格式转换InvalidCastException错误 #257
2021-06-13 14:42:01 +08:00
2021-06-08 17:12:12 +08:00
### 0.15.4
- [Breaking Change] CSV Reader/Writer 预设编码改变 : UTF-8 => UTF-8-BOM
- [Breaking Change] 重新命名 CsvConfiguration GetStreamReaderFunc => StreamReaderFunc
2021-06-08 17:19:27 +08:00
- [New] Csv SaveAs 支持自定义 StreamWriter
2021-06-08 17:12:12 +08:00
2021-06-08 10:48:34 +08:00
### 0.15.3
- [New] Csv SaveAs 支持 datareader
2021-05-20 10:25:43 +08:00
### 0.15.2
- [New] 支持自定义日期时间格式 #241
2021-05-20 11:53:43 +08:00
- [Bug] CSV类型映射查询错误 "cannot be converted to xxx type" #243
- [Bug] Stream 读取 xls 文件时没有错误异常抛出 #242
- [Breaking Change] 流无法识别文件类型, 请手动指定ExcelType
2021-05-20 10:25:43 +08:00
2021-05-19 21:32:41 +08:00
### 0.15.1
- [Bug] 修正 Sheetxml 结尾包含两个 ">" 导致解析错误 #240
2021-05-19 17:13:47 +08:00
### 0.15.0
- [New] SaveAs 更改预设样式、并提供样式选择 #132
2021-05-19 10:23:50 +08:00
- [New] SaveAs 支持 DataSet #235
2021-05-18 17:32:44 +08:00
### 0.14.8
- [Bug] 修正 csv Query 内文包含逗号造成异常 #237 #I3R95M
- [Bug] 修正 QueryAsDataTable 类别检查异常,如 A2=5.5 , A3=0.55/1.1 系统会显示 double type check error #233
2021-05-13 22:18:31 +08:00
### 0.14.7
- [New] SaveAs 支持建立多工作表
- [Breaking Change] 更换 GetSheetNames 返回类型 IEnumerable< string > -> List< string >
2021-05-13 11:41:07 +08:00
### 0.14.6
- [Bug] 修正 SaveAs by datareader 错误 "Invalid attempt to call FieldCount when reader is closed" #230
2021-05-12 20:29:08 +08:00
### 0.14.5
- [Breaking Change] 更换 OpenXmlConfiguration FillMergedCells 名称
2021-05-12 16:33:06 +08:00
### 0.14.4
- [New] Query 支持向下填充合并的单元格 [#122 ](https://github.com/shps951023/MiniExcel/issues/122 )
2021-05-12 16:56:11 +08:00
- [Bug] 修正 QueryAsDataTable 错误 "Cannot set Column to be null" #229
2021-05-10 15:14:58 +08:00
### 0.14.3
- [Opt] 支持 Xlsm 自动判断 #227
2021-05-12 16:33:06 +08:00
- [Bug] 修正 SaveAsByTemplate 单列 demension 索引错误 [#226 ](https://github.com/shps951023/MiniExcel/issues/226 )
2021-05-10 15:14:58 +08:00
2021-05-07 13:10:05 +08:00
### 0.14.2
2021-05-12 16:33:06 +08:00
- [Bug] 修正 asp.net webform gridview datasource 不能使用 QueryAsDataTable [#223 ](https://github.com/shps951023/MiniExcel/issues/223 )
2021-05-07 13:10:05 +08:00
2021-05-07 10:02:13 +08:00
### 0.14.1
2021-05-12 16:33:06 +08:00
- [Bug] 修正自定义 m/d 格式没转成 datetime [#222 ](https://github.com/shps951023/MiniExcel/issues/222 )
2021-05-07 10:02:13 +08:00
2021-05-06 15:47:08 +08:00
### 0.14.0
2021-05-12 16:33:06 +08:00
- [New] Query、GetColumns 支持 startCell 能指定 cell 开始读取数据 [#147 ](https://github.com/shps951023/MiniExcel/issues/147 )
2021-05-06 15:47:08 +08:00
- [New] GetColumns 支持读取表头
2021-04-30 14:45:47 +08:00
### 0.13.5
2021-04-30 16:21:29 +08:00
- [New] 新增 QueryAsDataTable 方法 [#216 ](https://github.com/shps951023/MiniExcel/issues/216 )
2021-04-30 17:59:12 +08:00
- [New] SaveAs 支持 IDataReader value 参数 [#211 ](https://github.com/shps951023/MiniExcel/issues/211 )
2021-04-30 14:45:47 +08:00
- [Bug] 修正数字格式的字串会被强制转换为decimal类型 [#I3OSKV ](https://gitee.com/dotnetchina/MiniExcel/issues/I3OSKV )
2021-04-30 16:21:29 +08:00
- [Opt] 优化 SaveAs 类别转换算法,避免效率浪费
2021-04-30 14:45:47 +08:00
2021-04-23 14:28:24 +08:00
### 0.13.4
- [Changed] DataTable 以 Caption 优先当栏位名称 #217
2021-04-26 11:28:10 +08:00
- [New] Query 支持 Enum mapping #89
2021-04-30 16:21:29 +08:00
- [Opt] 优化 stream excel 类别(xlsx or csv)检查 #215
2021-04-23 14:28:24 +08:00
2021-04-20 16:19:47 +08:00
### 0.13.3
2021-04-22 13:57:37 +08:00
- [New] 支持 Excel 单纯读取模式,避免同时改模版又运行 MiniExcel 出现错误 "The process cannot access the file because it is being used by another process" [#87 ](https://github.com/shps951023/MiniExcel/issues/87 )
2021-04-21 19:23:48 +08:00
- [Breaking Change] CSV SaveAs datetime 预设格式改为 "yyyy-MM-dd HH:mm:ss"
2021-04-22 13:57:37 +08:00
- [Bug] 修正模版模式集合渲染遇到合并列会出现异常问题 [#207 ](https://github.com/shps951023/MiniExcel/issues/207 )
2021-04-22 14:42:43 +08:00
- [Bug] 修正 MiniExcel.SaveAs(path, value,sheetName:"Name"), 实际 sheetName 是 Sheet1
2021-04-20 16:19:47 +08:00
2021-04-20 09:57:15 +08:00
### 0.13.2
2021-04-22 13:57:37 +08:00
- [Bug] 超过 255 列无法读取错误 [#208 ](https://github.com/shps951023/MiniExcel/issues/208 )
2021-04-20 09:57:15 +08:00
2021-04-18 10:57:50 +08:00
### 0.13.1
- [New] SaveAsByTemplate 支持读取模板 byte[],方便缓存跟支持多用户同时读取同一个模板 #189
2021-04-18 12:39:40 +08:00
- [New] SaveAsByTemplate 支持传入 `IEnmerable<IDicionary<string,object>> 或 DapperRows 或 DataTable` 参数 [#201 ](https://github.com/shps951023/MiniExcel/issues/201 )
2021-04-18 10:57:50 +08:00
- [Bug] 修正使用 stream SaveAs/SaveAsByTemplate 系统会自动关闭流 stream [#200 ](https://github.com/shps951023/MiniExcel/issues/200 )
2021-04-16 19:32:49 +08:00
### 0.13.0
- [New] 支持 .NET Framework 4.5 以上版本
- [Bug] 修正特殊情况Excel模板含有 namespace prefixFix 会造成模板解析错误 #193
- [OPT] 优化模板解析效率
2021-04-15 11:00:53 +08:00
### 0.12.2
- [Bug] 修正模板串接 Cell 類別不是字串問題 #179
- [Bug] 修正模板遇到非数字类别 t 是 str 問題 #180
2021-04-14 22:28:43 +08:00
### 0.12.1
- [OPT] 优化填充 Excel 效率
- [OPT] 模板集合列表支持类别自动判断 (Issue #177 )
- [New] 新增 GetColumns 方法 (Issue #174 )
- [New] 模板支持 $rowindex 关键字获取当前列索引
- [Bug] Dimension 没有 x 字首 (Issue #175 )
2021-04-13 23:33:01 +08:00
### 0.12.0-beta
2021-04-13 15:19:39 +08:00
- [New] 支持`填充Excel`模式 ,借由 SaveAsByTemplate 方法以模板填充数据,
2021-04-10 16:09:57 +08:00
### 0.11.1
- [New] 支持 ColumnIndex Attribute [#142 ](https://github.com/shps951023/MiniExcel/issues/142 ) & [#I3I3EB ](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB )
- [Bug] 修正 issue #157 : 特别情况无法使用指定 sheet name 查询
- [Update] issue #150 : SaveAs 值集合错误信息更明细
### 0.11.0
- [New] 添加 GetSheetNames 方法支持多 sheet 查询
- [New] Query 指定 sheet 名称
- [New] Csv SaveAs 支持 DataTable/Dictionary 参数
- [New] CsvConfiguration 支持自订义 newLine & seperator & GetStreamReaderFunc
- [Optimization] 优化 SaveAs/Query excel 文件类型自动判断
### 0.10.3
- [Bug] 修正 Query SharedStrings 控制字符没有 encoding (issue [Issue #149 ](https://github.com/shps951023/MiniExcel/issues/149 ))
### 0.10.2(请勿使用)
- [Bug] 修正 SharedStrings get wrong index (issue [#153 ](https://github.com/shps951023/MiniExcel/issues/153 ))
- [Bug] SaveAs 支持 control character encoding (issue [Issue #149 ](https://github.com/shps951023/MiniExcel/issues/149 ))
### 0.10.1(请勿使用)
- [New] SaveAs 支持 POCO excel 栏位名称/忽略 attribute
### 0.10.0(请勿使用)
- [New] Query dynamic 表头预设自动忽略空白字串栏位
- [New] Query 强型别支持自订义 excel 栏位名称/忽略 attribute
### 0.9.1(请勿使用)
- [Bug] 解决无法 mapping Cell Value 到 Nullable 属性类别 (issue #138 )
### 0.9.0(请勿使用)
- [Bug] 解决 System.IO.Compression 引用两次问题 (issue #97 )
- [Bug] 强型别 Query 空列会重複複製问题
### 0.8.0(请勿使用)
- [New] MiniExcel.Query 支持文件路径查询
### 0.7.0(请勿使用)
- 优化 SaveAs 效率
- [Breaking Change] SaveAs value 参数类别检查逻辑
### 0.6.0(请勿使用)
- [New] SaveAs 支持 参数 IEnumerable 延迟查询
- [Breaking Change] 移除 SaveAs by object, 现在只支持 Datatable,IEnumerable< T > ,ICollection< T >
- [Bug] 修正空列生成 excel 错误 (issue: #128 )
### 0.5.0(请勿使用)
- [New] 支持 OpenXml Xlsx SaveAs writer 模式避免 OOM
- [Breaking Change] 移除 SaveAs startCell 参数
- [Bug] 修正 SaveAs dimension printHeader:true 异常
### 0.4.0(请勿使用)
- [New] 支持 create CSV by 文件路径或是 stream
- [New] 支持 csv 自订义 configuration
- [New] 支持自动/手动指定 excel 类型 (xlsx or csv)
- [Breaking Changes] 移除 Query First/FirstOrDefault/Single/SingleOrDefault 方法, 使用者使用 LINQ 即可
### 0.3.0(请勿使用)
- [New] 支持 SaveAs by IEnumerable of DapperRow and IDictionary< string , object >
- [New] 支持 dynamic query timespan style 格式 mapping timespan 类别
### 0.2.3(请勿使用)
- [Bug] 修正內存洩漏问题
- [New] 支持 style datetime 格式 mapping datetime 类别.
### 0.2.2(请勿使用)
- SavaAs 支持 xl/sheet dimension
- [Breaking Changes] SaveAs value 类别准许 object & DataTable & ICollection
- [Bug] 修正 ICollection with type 没有数据错误 (https://github.com/shps951023/MiniExcel/issues/105)
### 0.2.1(请勿使用)
- [Optimize] Optimize type mapping bool and datetime auto check
- [New] Query 支持 xl/worksheets/Sheet Xml `<c>` 没有 `r` 属性或是没有 `<dimension>` 但 `<c>` 有 `r` 属性情况, 但是效率会远低于有 dimension ([](https://github.com/shps951023/MiniExcel/issues/2))
### 0.2.0(请勿使用)
- 发布至 nuget.org
### 0.1.0-preview(请勿使用)
- [New] 添加 Query 强型别 mapping
- [New] 添加 QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
### 0.0.7-beta(请勿使用)
- [New] 添加 QueryFirst 方法
### 0.0.6-beta(请勿使用)
- [Breaking Changes] 替换 Create 名称为 SavaAs
### 0.0.5-beta(请勿使用)
- [Bug] Release 删除 `assembly: InternalsVisibleTo` 依赖
### 0.0.4-beta(请勿使用)
- [New] 支持 SaveAs Stream
### 0.0.3-beta(请勿使用)
- [New] 支持 Query dynamic and IEnumrable 延迟查询避免 OOM
- [New] MiniExcelHelper.Create value 类别换成 ICollection
- [New] Encode XML 值 `' " > < &`
- [New] 检查多 Sheet Index 排序
- [New] Dynamic Query 支持 A,B,C.. 栏位名称 key
- [New] 支持列与列之间空列情况
### 0.0.2-beta(请勿使用)
- [New] 添加 MiniExcelHelper.Read 方法
- [Breaking Changes] 移除 System.IO.Packaging.Package 依赖, 换成 System.IO.Compression.ZipArchive
### 0.0.1-beta(请勿使用)
- [New] 添加 MiniExcelHelper.Create 方法
### 0.0.0(请勿使用)
- Init