Commit Graph

429 Commits

Author SHA1 Message Date
wei
ce74a06638 Doc : Dapper Query recommend ExecuteReader 2021-09-10 08:03:10 +08:00
wei
ded3284c39 Doc: fix translation 2021-08-23 10:31:54 +08:00
wei
3d7590b6a0 Doc:How to stop the foreach when blank row? 2021-08-20 17:07:26 +08:00
wei
4a915f65ad [Bug] Fix xlsx file column name with &,<,>,",', the file cannot be opened. 2021-08-20 08:54:51 +08:00
wei
a304c9d96f v0.17.4
- [Bug] Fix v0.17.3 SaveAs xlsx file will cause "XML error : Catastrophic failure"
2021-08-17 16:01:20 +08:00
wei
0fff820132 Fix release doc 2021-08-10 17:10:43 +08:00
wei
94a448d847 0.17.4
- [New] Support set column width #280
- [Bug] Fix csv not support QueryAsDataTable #279
2021-08-10 16:57:07 +08:00
wei
083dffd2fa [Bug] Fix csv not support QueryAsDataTable #279 2021-08-10 14:16:50 +08:00
wei
417b1b79d5 Code Refacturing & document fix 2021-07-30 08:45:26 +08:00
wei
9521d96226 Update license 2021-07-19 16:59:12 +08:00
wei
9407cb9c4b ColumnHelper, CustomPropertyHelper, FileHelper, TypeHelper code refacturing 2021-07-19 16:34:28 +08:00
wei
eb3bf99211 Doc : add basic version 2021-07-19 13:22:07 +08:00
wei
e9047ec2ef Fix CI error : 'Enumerable' does not exist in the current context 2021-07-13 08:55:10 +08:00
wei
cb185269b3 Benchmark coderefacturing 2021-07-13 08:29:47 +08:00
WeiHanLin
6a27a4e93a Doc : update benchmark 2021-07-10 02:36:35 +08:00
wei
f50ef432e1 Fix appveyor CI error xUnit2009: Do not use Assert.True() to check for substrings 2021-07-02 13:46:38 +08:00
wei
1b748e6659 - [OPT] Clearer exception message when file is illegal excel zip format. #272
- Code refacturing
2021-07-02 13:41:28 +08:00
WeiHanLin
f876de8d49 Thanks Jetbrains for providing a free All product IDE for this project 2021-07-01 00:30:16 +08:00
WeiHanLin
09efad8aa1 Fix CI error CS0122: 'DateTimeHelper' is inaccessible due to its protection level 2021-06-30 23:19:57 +08:00
wei
0904a80d10 0.17.2
-[Bug] Fix v0.16.0-0.17.1 custom format contains specific format (eg:`#,##0.000_);[Red]\(#,##0.000\)`), automatic converter will convert double to datetime #267
2021-06-30 17:21:15 +08:00
ITWeiHan
3c03f19a07 doc 2021-06-25 21:37:04 +08:00
ITWeiHan
428bdc628a doc : fix src 2021-06-25 21:36:20 +08:00
wei
a373015e37 0.17.1
- [New] Add QueryAsDataTableAsync(this Stream stream..)
- [OPT] More clear strong type conversion error message [#I3X2ZL](https://gitee.com/dotnetchina/MiniExcel/issues/I3X2ZL)
2021-06-23 14:59:47 +08:00
Wei
41725f6a39
Merge pull request #264 from isdaniel/master
add more unit test for async
2021-06-23 13:50:00 +08:00
damiel
a39d6ea08c use Assert.Null instead of Assert.Equal for null value. 2021-06-21 22:35:15 +08:00
damiel
a5675addeb add tests\MiniExcelTests\MiniExcelOpenXmlAsyncTests.cs 2021-06-21 22:30:01 +08:00
damiel
67dadc2b83 Merge branch 'master' of https://github.com/shps951023/MiniExcel into masterFork 2021-06-21 21:51:51 +08:00
wei
8b6414e99e - Add QueryAsDataTableAsync(this Stream stream..)
- Code Refacturing : MiniExcel.cs
2021-06-21 13:14:37 +08:00
wei
9a2fd59a35 0.17.0
- [New] Support Async/Task #52, contributor: [isdaniel ( SHIH,BING-SIOU)](https://github.com/isdaniel)
2021-06-21 12:04:34 +08:00
Wei
3bed459bac
Merge pull request #262 from isdaniel/master
Support Async/Task, contributor : [isdaniel ( SHIH,BING-SIOU)](https://github.com/isdaniel)
2021-06-21 11:43:53 +08:00
Wei
a47cb560e1
Update ExcelOpenXmlTemplate.cs
只有 _archive.ZipFile.Dispose 需要被釋放
2021-06-21 11:41:00 +08:00
damiel
a0cf1a0c2a Merge branch 'master' of https://github.com/shps951023/MiniExcel into masterFork 2021-06-21 09:08:28 +08:00
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