Commit Graph

207 Commits

Author SHA1 Message Date
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
ITWeiHan
8e18570fb7 doc 2021-04-09 17:11:32 +08:00
ITWeiHan
004c32e3ec doc 2021-04-09 16:55:15 +08:00
ITWeiHan
a577af9079 LINQPad Basic Demo 2021-04-09 16:52:53 +08:00
wei
19db8a20ac doc 2021-04-08 14:40:57 +08:00
wei
64ab488282 Support CsvConfiguration set newLine & seperator & GetStreamReaderFunc 2021-04-08 14:39:33 +08:00
wei
d691e6dc14 doc 2021-04-08 11:03:06 +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
f04243c029 clean code 2021-04-07 14:22:56 +08:00
wei
a15dd8813e [New] Query support getting rows from sheet name 2021-04-07 12:04:40 +08:00
wei
4a796f6e44 GetExcelType code refacturing 2021-04-07 11:38:42 +08:00
wei
ea85baf843 Add CsvExcelTypeTest 2021-04-07 10:48:35 +08:00
wei
6f42069b0a Optimiz SaveAs/Query excel file type auto-check 2021-04-07 10:05:08 +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
be6ca59911 doc 2021-04-06 10:44:54 +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
656b1d65f1 doc 2021-04-05 18:46:35 +08:00
ITWeiHan
d57a476a27 doc 2021-04-05 18:44:27 +08:00
ITWeiHan
be27f161f0 doc 2021-04-05 14:46:10 +08:00
ITWeiHan
740d28bd21 0.10.1
- [New] SaveAs support POCO excel column name/ignore attribute
2021-04-05 01:39:10 +08:00
ITWeiHan
77b2dc68f9 clean code 2021-04-05 01:15:12 +08:00
ITWeiHan
222bf2b882 code clean 2021-04-05 01:04:18 +08:00
ITWeiHan
85c4a2282c update vs ignore 2021-04-04 22:18:09 +08:00
ITWeiHan
3adee51990 ignore packages 2021-04-03 23:32:06 +08:00
Wei
81c204dd84
Merge pull request #144 from isdaniel/master
Clean code use lambda instead of foreach.
2021-04-03 18:04:45 +08:00
Wei
df5cd28b67
Update Helpers.cs 2021-04-03 18:00:53 +08:00
Wei
426e25f3a5
Update ExcelColumnNameAttribute.cs
ExcelColumnIndexAttribute
2021-04-03 17:55:21 +08:00
Wei
d5a40c14c6
Update AttributeExtension.cs 2021-04-03 17:41:33 +08:00
damiel
714a45cec0 Clean code use lambda instead of foreach. 2021-04-03 17:12:55 +08:00
wei
751e7edf5a add discussions 2021-04-03 13:00:42 +08:00
wei
48c3eb9798 Contributors 2021-04-03 12:51:03 +08:00
wei
5ae0319bba Hide implement class for user 2021-04-03 12:46:12 +08:00
wei
0d601dd0df update license 2021-04-03 12:44:39 +08:00
Wei
e32d977bcd
Merge pull request #143 from isdaniel/master
refactoring and add abstract layer.
2021-04-03 12:30:57 +08:00
damiel
b4e1b695b6 refactoring and add abstract layer. 2021-04-03 12:07:39 +08:00
wei
4a79a3677a doc 2021-04-02 21:55:02 +08:00
wei
3c6d2cdeb4 drafts\【JsonNET】JObject multi level.linq
drafts\【LINQ】Deferred Execution.linq
drafts\【MiniExcel】SaveByTemplate.linq
drafts\【MiniExcel】multi level properties get value.linq
drafts\【Reader】SQL ExecuteReader won't stop running immediately.linq
drafts\【Reflection】PropertyType vs ReflectedType vs DeclaringType vs MemberType.linq
2021-04-02 21:53:48 +08:00
wei
05425ec189 dor 2021-04-02 21:53:34 +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
2b3def7f46 [Bug] StrongTypeMapping Query empty row will be generated repeatedly 2021-04-01 13:43:14 +08:00