2021-03-03 15:38:54 +08:00
## Release Notes
2021-04-06 17:05:11 +08:00
### 0.10.3
- [Bug] Fix Query SharedStrings control character not encoding (issue [Issue #149 ](https://github.com/shps951023/MiniExcel/issues/149 ))
2021-04-06 10:38:08 +08:00
### 0.10.2
2021-04-06 10:44:54 +08:00
- [Bug] Fix SharedStrings get wrong index (issue [#153 ](https://github.com/shps951023/MiniExcel/issues/153 ))
2021-04-06 17:01:20 +08:00
- [Bug] SaveAs support control character encoding (issue [Issue #149 ](https://github.com/shps951023/MiniExcel/issues/149 ))
2021-04-05 01:39:10 +08:00
### 0.10.1
- [New] SaveAs support POCO excel column name/ignore attribute
2021-04-02 17:59:57 +08:00
### 0.10.0
- [New] Query dynamic with first head will ignore blank/whitespace columns
- [New] Query type mapping support Custom POCO excel column name/ignore attribute
2021-04-01 14:15:43 +08:00
### 0.9.1
2021-04-01 13:27:39 +08:00
- [Bug] Solve cannot convert Cell value to Nullable< T > (issue #138 )
2021-04-01 14:15:43 +08:00
### 0.9.0
2021-04-01 13:27:39 +08:00
- [Bug] Solve System.IO.Compression referencing twice (issue #97 )
2021-04-01 13:43:14 +08:00
- [Bug] StrongTypeMapping Query empty row will be generated repeatedly
2021-04-01 13:27:39 +08:00
2021-03-29 09:43:57 +08:00
### 0.8.0
- [New] Add MiniExcel.Query by file path method
2021-03-28 02:08:50 +08:00
### 0.7.0
2021-03-28 22:56:18 +08:00
- Optimize SaveAs logic
2021-03-28 02:08:50 +08:00
- [Breaking Change] SaveAs value parameter change type check logic
2021-03-26 13:46:08 +08:00
### 0.6.0
2021-03-30 10:17:48 +08:00
- [New] SaveAs support parameter IEnumerable deferred execution
2021-03-26 13:46:08 +08:00
- [Breaking Change] Remove SaveAs by object, now only support Datatable,IEnumerable< T > ,ICollection< T >
- [Bug] Fix empty rows generate excel error (issue: #128 )
2021-03-26 08:57:11 +08:00
### 0.5.0
2021-03-26 13:46:08 +08:00
- [New] Support OpenXml Xlsx SaveAs writer mode that avoids OOM
2021-03-26 08:57:11 +08:00
- [Breaking Change] Remove SaveAs startCell parameter
- [Bug] Fix SaveAs dimension printHeader:true not correct
2021-03-22 17:14:11 +08:00
### 0.4.0
2021-03-26 13:46:08 +08:00
- [New] Support create CSV by file path or stream
- [New] Support csv custom configuration setting
- [New] Support auto/manual specify excel type (xlsx or csv)
2021-03-25 10:36:04 +08:00
- [Breaking Changes] Remove Query First/FirstOrDefault/Single/SingleOrDefault, user can use LINQ method do it.
2021-03-22 17:14:11 +08:00
2021-03-21 18:26:00 +08:00
### 0.3.0
2021-03-26 13:46:08 +08:00
- [New] Support SaveAs by IEnumerable of DapperRow and IDictionary< string , object >
- [New] Support dynamic query timespan style format mapping to timespan type.
2021-03-21 17:10:37 +08:00
2021-03-20 14:51:06 +08:00
### 0.2.3
- [Bug] Fix ShMemory leak and static problem.
2021-03-26 13:46:08 +08:00
- [New] Support style datetime format mapping to datetime type.
2021-03-20 14:51:06 +08:00
2021-03-18 11:41:22 +08:00
### 0.2.2
- SavaAs support xl/sheet dimension
- [Breaking Changes] SaveAs value type from object to DataTable & ICollection
2021-03-20 14:51:06 +08:00
- [Bug] Fix ICollection with type but no data error (https://github.com/shps951023/MiniExcel/issues/105)
2021-03-18 11:41:22 +08:00
2021-03-16 15:24:37 +08:00
### 0.2.1
2021-03-26 13:46:08 +08:00
- [Optimize] Optimize type mapping bool and datetime auto check
- [New] Query Support xl/worksheets/Sheet Xml Xml `<c>` without `r` attribute or without `<dimension>` but `<c>` with `r` attribute, but now performance is slow than with dimension ([](https://github.com/shps951023/MiniExcel/issues/2))
2021-03-17 08:45:12 +08:00
2021-03-16 15:24:37 +08:00
### 0.2.0
- Release to nuget.org
2021-03-15 13:41:29 +08:00
### 0.1.0-preview
2021-03-26 13:46:08 +08:00
- [New] Add Query strongly typed mapping
- [New] Add QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
2021-03-15 13:41:29 +08:00
### 0.0.7-beta
2021-03-26 13:46:08 +08:00
- [New] Add QueryFirst method
2021-03-15 13:41:29 +08:00
2021-03-14 20:56:10 +08:00
### 0.0.6-beta
2021-03-26 13:46:08 +08:00
- [Breaking Changes] Replace Create by SavaAs
2021-03-14 20:56:10 +08:00
2021-03-14 20:45:14 +08:00
### 0.0.5-beta
- Release remove `assembly: InternalsVisibleTo`
2021-03-14 13:26:40 +08:00
### 0.0.4-beta
2021-03-26 13:46:08 +08:00
- [New] Support SaveAs Stream
2021-03-14 13:26:40 +08:00
2021-03-05 12:18:12 +08:00
### 0.0.3-beta
2021-03-30 10:17:48 +08:00
- [New] Support Query dynamic and IEnumrable Deferred Execution to avoid OOM
2021-03-26 13:46:08 +08:00
- [New] MiniExcelHelper.Create value type change to ICollection
- [New] Encode XML Value `' " > < &`
- [New] Check Multiple Sheet Index Order
- [New] Dynamic Query support A,B,C.. column name key
- [New] Support insert empty Rows between rows
2021-03-05 12:18:12 +08:00
### 0.0.2-beta
2021-03-26 13:46:08 +08:00
- [New] Add MiniExcelHelper.Read Method
- [Breaking Changes] Remove System.IO.Packaging.Package Dependency, and replaced by System.IO.Compression.ZipArchive
2021-03-03 15:38:54 +08:00
### 0.0.1-beta
2021-03-26 13:46:08 +08:00
- [New] Add MiniExcelHelper.Create
2021-03-05 12:18:12 +08:00
### 0.0.0
2021-03-03 15:38:54 +08:00
- Init