Commit Graph

62 Commits

Author SHA1 Message Date
wei
d098c10d26 - [Fix] Template excel that with namespace prefix will cause parsing error #193 2021-04-16 16:28:43 +08:00
wei
1be832d8bd 0.12.2
- [Bug] Template concating cell value type problem #179
- [Bug] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 11:00:53 +08:00
wei
e7f858a6e4 - [Fix] Template concating cell value type problem #179
- [Fix] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 10:36:52 +08:00
ITWeiHan
ec8a74f929 [Fix] Template input IEnumerable and one of it is null will not format cellvalue #178 2021-04-14 22:42:25 +08:00
wei
427ba279fb - [New] Support GetColumns method #174 2021-04-14 22:28:43 +08:00
wei
6bd9195a4a Paging Query 2021-04-14 16:35:28 +08:00
wei
a3f57b6476 Fix GetColumnsTest relative path 2021-04-14 15:47:53 +08:00
wei
1ea8957a6a - [New] Support GetColumns method #174
- [Fix] dimension without x prefix #175
2021-04-14 15:42:05 +08:00
wei
d11a3aafeb optimize template performance 2021-04-14 15:02:43 +08:00
ITWeiHan
15681d7078 Stop PerformanceTest 2021-04-13 23:37:13 +08:00
ITWeiHan
6dea49daa4 0.12.0-beta
- [New] Support `Filling Excel` by SaveAsByTemplate method to fill data into excel by xlsx template
2021-04-13 23:33:01 +08:00
wei
d8721c380e Template generate support by POCO 2021-04-13 18:40:04 +08:00
wei
d1a0871686 [New] Support Filling Excel by SaveAsByTemplate method to fill data into excel by xlsx template 2021-04-13 15:19:39 +08:00
ITWeiHan
77bfb1c750 0.11.1
- [New] Support Support ColumnIndex Attribute [#142](#142) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB)
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:27:29 +08:00
ITWeiHan
5cba1efe2d 0.11.1
- [New] Support Support ColumnIndex Attribute [#142](https://github.com/shps951023/MiniExcel/issues/142) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB)
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:01:13 +08:00
ITWeiHan
6b9e929ef5 SaveAs support columnindex attribute 2021-04-10 01:38:45 +08:00
ITWeiHan
4d586b2a08 Fix issue #150 : input IEnuerable<valuetype> should throw clear msg exception 2021-04-09 19:04:41 +08:00
ITWeiHan
ae9a70b3f7 Fix issue #157 : Special conditions will get the wrong worksheet name 2021-04-09 18:30:57 +08:00
wei
64ab488282 Support CsvConfiguration set newLine & seperator & GetStreamReaderFunc 2021-04-08 14:39:33 +08:00
wei
485c8b664c 0.11.0
- [New] Added GetSheetNames method support multi-sheets Query
- [New] Query support by sheet name
- Optimiz SaveAs/Query excel file type auto-check
2021-04-08 10:22:50 +08:00
wei
346b1f6e12 Code Refacturing 2021-04-08 09:41:16 +08:00
wei
a15dd8813e [New] Query support getting rows from sheet name 2021-04-07 12:04:40 +08:00
wei
ea85baf843 Add CsvExcelTypeTest 2021-04-07 10:48:35 +08:00
wei
b354b947f6 0.10.3
Fix #149 Query sharedstring control characters not encoding
2021-04-06 17:05:11 +08:00
wei
340793574d Fix issue #149 Query sharedstring control characters not encoding 2021-04-06 17:01:20 +08:00
wei
0f6d5bf0df 0.10.2
Fix Issue153 : SharedStrings get wrong index
2021-04-06 10:38:08 +08:00
ITWeiHan
37df0e7110 SaveAs support control character encoding 2021-04-05 23:33:16 +08:00
ITWeiHan
740d28bd21 0.10.1
- [New] SaveAs support POCO excel column name/ignore attribute
2021-04-05 01:39:10 +08:00
wei
9df9e51946 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-02 18:07:23 +08:00
wei
77cf5f2feb 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-02 17:59:57 +08:00
wei
b8497f532a Query dynamic with first head will ignore blank/whitespace columns, from issue #137 2021-04-01 17:16:05 +08:00
wei
73743820a8 [test] Issue138 unit test 2021-04-01 15:16:29 +08:00
wei
1233929cee ### 0.9.1
- [Bug] Solve cannot convert Cell value to Nullable<T> (issue #138)
2021-04-01 14:15:43 +08:00
wei
ceab6e069d 0.9.0
- [Bug] Solve cannot convert Cell value to Nullable<T> (issue #138)
- [Bug] Solve System.IO.Compression referencing twice  (issue #97)
2021-04-01 13:27:39 +08:00
wei
295bfada88 MiniExcel Query by filePath tests 2021-03-29 09:58:26 +08:00
wei
13b601e8b1 0.8.0
- [New] Add MiniExcel.Query by file path method
2021-03-29 09:43:57 +08:00
wei
2e087abf83 Code Refacturing 2021-03-29 09:27:42 +08:00
wei
201022a794 [Breaking Change] SaveAs value parameter change type check logic 2021-03-28 02:08:50 +08:00
wei
92a4c3fa66 ### 0.6.0
- [New] SaveAs support parameter IEnumerable lazy loading
- [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 13:46:08 +08:00
wei
4ebe435878 code refacturing 2021-03-26 09:02:55 +08:00
wei
7222d58979 0.5.0
- Support OpenXml Xlsx SaveAs writer mode that avoids OOM
- [Breaking Change] Remove SaveAs startCell parameter
- [Bug] Fix SaveAs dimension printHeader:true not correct
2021-03-26 08:57:11 +08:00
wei
c8de5eccfe code refactoring : SaveAs 2021-03-25 13:25:23 +08:00
wei
8cca5fedde Support csv query typemapping 2021-03-25 11:35:26 +08:00
wei
7cbc2cbe19 code refactoring 2021-03-25 11:05:14 +08:00
wei
ea2a5e50d6 - [Breaking Changes] Remove Query First/FirstOrDefault/Single/SingleOrDefault, user can use LINQ method do it.
- Remove Query by path
2021-03-25 10:36:04 +08:00
wei
175e8a5234 Just rename 2021-03-25 09:30:39 +08:00
wei
eb31d2b38d - Support create CSV by file path or stream
- Add MiniExcel.Query("file path")
- Support custom configuration setting
- Support auto/manual specify excel type way
2021-03-25 09:24:00 +08:00
wei
15c87decf1 Support create CSV file or stream by SaveAs 2021-03-22 17:14:11 +08:00
ITWeiHan
d990195f89 0.3.0 2021-03-21 18:26:00 +08:00
wei
6f60ebd860 Support SaveAs by IEnumerable of DapperRow and IDictionary<string,object> 2021-03-21 17:10:37 +08:00