Commit Graph

8 Commits

Author SHA1 Message Date
wei
cb185269b3 Benchmark coderefacturing 2021-07-13 08:29:47 +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
wei
165f015457 update benchmarks debug mode 2021-05-05 11:36:19 +08:00
wei
d11a3aafeb optimize template performance 2021-04-14 15:02:43 +08:00
wei
1826b0b669 add closedxml epplus openxmlsdk performance test 2021-03-30 21:36:27 +08:00
wei
7463bcdaa2 Add QueryFirst benchmarks 2021-03-30 09:55:01 +08:00
wei
3493bc76f5 Init Benchmark 2021-03-28 22:55:58 +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