Commit Graph

28 Commits

Author SHA1 Message Date
wei
44b89cccac 0.13.5
- [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216)
- [New] SaveAs support IDataReader value parameter [#211](https://github.com/shps951023/MiniExcel/issues/211)
- [Bug] Fix numeric format string will be cast to numeric type [#I3OSKV](https://gitee.com/dotnetchina/MiniExcel/issues/I3OSKV)
- [Opt] Optimize SaveAs convert value type logic to improve performance
2021-04-30 17:59:12 +08:00
wei
8a455901ba [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216) 2021-04-30 16:21:29 +08:00
wei
9dc4925a68 Fix numeric format string will be cast to numeric type #I3OSKV
e0044d8
Query refacturing code
2021-04-30 14:45:47 +08:00
wei
e0044d8f01 Fix numeric format string will be cast to numeric type #I3OSKV 2021-04-30 12:09:58 +08:00
wei
bf8ada25dd Test #220 can't summary numeric cell value default, need to cast 2021-04-30 10:36:30 +08:00
wei
d31308f1d6 tests SaveAs enum mapping 2021-04-26 12:00:41 +08:00
wei
3469d7f5b8 [OPT] Optimize stream excel type check #215 2021-04-26 11:48:09 +08:00
wei
cd1a71a6f6 [New] Type Query support Enum mapping #89 2021-04-26 11:28:10 +08:00
wei
e839b3f3fc [Changed ] DataTable recommended to use Caption for column name first, then use columname #217 2021-04-23 08:54:40 +08:00
wei
093ce71f2d [Bug] Fixed MiniExcel.SaveAs(path, value,sheetName:"Name"), the actual sheetName is Sheet1 2021-04-22 14:42:43 +08:00
wei
760bd5e851 [Bug] Fixed SaveAsByTemplate when merge cells will cause collection rendering error [#207] 2021-04-22 13:57:37 +08:00
wei
feb46c9c89 - [Breaking Change] Change CSV SaveAs datetime default format : "yyyy-MM-dd HH:mm:ss"
- [New] Support Linux ubuntu dotnet test
- [New] Support Github CI
2021-04-21 19:23:48 +08:00
wei
3aeae7df7a - [New] Support open with read only mode, avoid error of The process cannot access the file because it is being used by another process #87 2021-04-20 16:19:47 +08:00
wei
9b593cb474 0.13.2
- [Bug] Fix Column more than 255 rows cannot be read error [#208](https://github.com/shps951023/MiniExcel/issues/#208)
2021-04-20 09:57:15 +08:00
wei
c2bb4d9591 Fix SaveAsByTemplate with DataTable parameter will cause the number of demension rows differs by one #206 2021-04-19 15:13:23 +08:00
wei
7b76e4b949 when multi-sheets then every time need to new XRowInfos or it'll cause duplicate rows 2021-04-16 17:31:39 +08:00
wei
d098c10d26 - [Fix] Template excel that with namespace prefix will cause parsing error #193 2021-04-16 16:28:43 +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
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
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