Commit Graph

11 Commits

Author SHA1 Message Date
cupsos
19c7076111
Reduce string memory allocation when template save (#439)
* Bump BenchmarkDotNet 0.12.1 -> 0.13.2

* Add TFM net6.0 to benchmark

* Reduce string memory allocation when template save
2022-09-28 22:03:51 +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
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
33c3a191cc 0.14.0
- [New] Query、GetColumns support startCell #147
- [New] GetColumns support read headers
2021-05-06 15:47:08 +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