Commit Graph

397 Commits

Author SHA1 Message Date
wei
47f396691b Fix error xUnit1013: Public method 'CsvToXlsx' on test class 'MiniExcelIssueTests' should be marked as a Theory. 2021-06-21 09:06:43 +08:00
damiel
08a4391662 Merge branch 'master' of https://github.com/shps951023/MiniExcel into masterFork 2021-06-21 09:05:41 +08:00
damiel
5ad43c6ba7 1. add async method for all (QueryAsync & SaveAsAsync & SaveAsByTemplateAsync).
2. add async stuff unit tests.
3. replace tests\MiniExcelTests\Utils\PathHelper.cs for special path name.
4. add async benchmarks benchmarks\MiniExcel.Benchmarks\Program.cs
2021-06-21 05:00:59 +08:00
ITWeiHan
22fa99981e Fix TestIssue261 path could not find file 2021-06-20 20:56:01 +08:00
ITWeiHan
f2d2faaf7b Convert csv to xlsx #261 2021-06-20 20:52:31 +08:00
ITWeiHan
f82a89d757 Code Refacturing : QueryAsDataTable 2021-06-20 01:55:43 +08:00
ITWeiHan
403b279204 Code Refacturing : add ExcelTypeHelper 2021-06-20 01:44:12 +08:00
ITWeiHan
37f7dff7de Fix MiniExcelIssueTests.Issue255 Non-static method requires a target. #260 2021-06-19 23:42:17 +08:00
ITWeiHan
101a91b601 Fix MiniExcelIssueTests.Issue255 Non-static method requires a target. #260 2021-06-19 23:41:53 +08:00
ITWeiHan
0fef899f33 0.16.1 2021-06-19 21:35:07 +08:00
ITWeiHan
ab3f27434b [New] SaveAsByTemplate support DateTime custom format #255 2021-06-19 21:32:57 +08:00
ITWeiHan
dd2ccf0163 doc : Q. Why no title empty excel is generated when the value is empty when exporting Excel 2021-06-19 18:33:21 +08:00
wei
f19d91a656 [New] Query support custom datetime format mapping datetime type #256 2021-06-19 18:05:21 +08:00
wei
4d98d087d1 doc 2021-06-19 18:03:08 +08:00
wei
3298a94b90 Fix Query call convertValueByStyleFormat method repeatedly #259 2021-06-17 17:21:13 +08:00
ITWeiHan
8996ca1032 add Number Format Records cache 2021-06-17 01:48:57 +08:00
ITWeiHan
1f67061d38 doc 0.15.5 fix 2021-06-13 14:55:15 +08:00
ITWeiHan
f6dd6ec2e6 0.15.5 2021-06-13 14:50:59 +08:00
ITWeiHan
ea90c9fa99 APPVEYOR error CS0122: 'Config' is inaccessible due to its protection level #258 2021-06-13 14:48:47 +08:00
ITWeiHan
082777f70a [Bug] Chinese env datetime format InvalidCastException #257 2021-06-13 14:42:01 +08:00
ITWeiHan
8ddbd0b310 Code refacturing : SpreadsheetmlXmlns set common varible 2021-06-13 13:20:50 +08:00
ITWeiHan
3c0f09dcb7 Update ExcelDataReader copyright @MIT License 2021-06-13 00:29:50 +08:00
wei
edf8cf0e9e doc : SaveAs 2021-06-09 09:09:18 +08:00
wei
2139534438 doc : Csv SaveAs support custom StreamWriter 2021-06-08 17:19:27 +08:00
wei
79fb9c4d5c Fix Csv SaveAs by datareader with encoding default show messy code #253 2021-06-08 17:12:12 +08:00
wei
725317c3f4 CSV SaveAs support datareader 2021-06-08 10:48:34 +08:00
wei
c7658b2c79 tests : add csv gb2312 encoding read test 2021-06-08 10:02:11 +08:00
wei
7f191110fa doc : custom csv 2021-06-08 09:35:09 +08:00
wei
d5a74e7136 doc : GetSheetNames method doesn't need ToList 2021-06-05 20:10:39 +08:00
wei
f18c82fad0 Q. How does Query use integer indexs? 2021-06-02 16:56:33 +08:00
wei
e3fb9c3ebe doc : Dynamic Query cast row to `IDictionary<string,object> 2021-05-31 10:37:45 +08:00
Wei
f155e2629c Update issue templates 2021-05-26 15:21:05 +08:00
wei
d5bf8b283c remove drafts 2021-05-26 15:16:13 +08:00
wei
7d038237ac ISSUE_TEMPLATE 2021-05-25 17:27:34 +08:00
wei
7fd2d3ebfd code refactoring 2021-05-21 12:06:15 +08:00
wei
2c920d6dc7 doc : i18n multi-language and role authority management 2021-05-20 15:58:07 +08:00
wei
2e2fa21d17 doc : i18n multi-language and role authority management 2021-05-20 15:54:51 +08:00
wei
09f4643012 0.15.2 2021-05-20 11:55:27 +08:00
wei
11296631bf - [Bug] Csv type mapping Query error "cannot be converted to xxx type" #243
- [Bug] No error exception throw when reading xls file #242
- [Breaking Change] Stream cannot know the file type, please specify ExcelType manually
2021-05-20 11:53:43 +08:00
wei
9a04444132 - Csv type mapping Query error "cannot be converted to xxx type" #243
- Doc : datetime format
2021-05-20 11:31:25 +08:00
wei
076042e35f Support Custom Datetime format #241 2021-05-20 10:25:43 +08:00
ITWeiHan
aab9f11242 Sheetxml writer error, it contains two ">" #240 2021-05-19 21:32:41 +08:00
wei
6da40a0c50 0.15.0
- [New] SaveAs change default style and provide style options enum #132
- [New] Support SaveAs by DataSet #235
2021-05-19 17:13:47 +08:00
wei
8bcd362711 Support SaveAs by DataSet #235 2021-05-19 10:23:50 +08:00
wei
c93faf7765 0.14.8
- [Bug] Fix csv Query split comma not correct #237 #I3R95M
- [Bug] QueryAsDataTable type check problem, e.g A2=5.5 , A3=0.55/1.1 will case double type check error #233
2021-05-18 17:33:18 +08:00
wei
d5903b1335 0.14.8
- [Bug] Fix csv Query split comma not correct #237 #I3R95M
- [Bug] QueryAsDataTable type check problem, e.g A2=5.5 , A3=0.55/1.1 will case double type check error #233
2021-05-18 17:32:44 +08:00
wei
787d42dec3 Fix csv Query split comma not correct #237 2021-05-18 16:18:51 +08:00
ITWeiHan
7441d48db4 0.14.7 2021-05-17 15:12:52 +08:00
wei
a9d6759507 0.14.7
- [New] SaveAs Support Create Multiple Sheets
- [Breaking Change] Change GetSheetNames type IEnumerable<string> -> List<string>
2021-05-13 22:22:43 +08:00
wei
ff9fe627bc 0.14.7
- [New] SaveAs Support Create Multiple Sheets
- [Breaking Change] Change GetSheetNames type IEnumerable<string> -> List<string>
2021-05-13 22:19:10 +08:00