Commit Graph

685 Commits

Author SHA1 Message Date
eynarhaji
5a941f7b5b
Minor fixes in group merges (#469)
* add support for grouped cells

* fix for rows after endgroup

* minor fix for text after grouping

* fix unit tests

* fix unit tests and docs

* minor fix

* Add support to vertical merge cells

* minor fixes in merge cells

* minor fix

* fix complex scenario

* finalize changes
2023-02-22 18:09:05 +08:00
Wei Lin
6358ce4efd doc : add chinese readme desc 2023-02-21 23:03:17 +08:00
eynarhaji
b8f08a6697
Add support for merge vertical cells automatically (#467)
* add support for grouped cells

* fix for rows after endgroup

* minor fix for text after grouping

* fix unit tests

* fix unit tests and docs

* minor fix

* Add support to vertical merge cells
2023-02-20 21:45:08 +08:00
eynarhaji
1520b76fd3
add support for grouped cells (#464)
* add support for grouped cells

* fix for rows after endgroup

* minor fix for text after grouping
2023-02-15 22:23:01 +08:00
Wei Lin
83d1208a51 doc : update release 2023-02-07 22:41:46 +08:00
Vinicius Lourenço
2f1d29f500
fix: expose config for get sheet names (#461) 2023-02-07 22:38:33 +08:00
Wei Lin
4a45f045c3 [New] support function to custom separator 2023-01-07 13:52:18 +08:00
阿翰
496cb48c87
!10 为 CsvConfiguration 增加 SplitFn
Merge pull request !10 from 韩严重/SplitFn
2023-01-07 05:39:45 +00:00
韩严重
49cb28c718
CsvConfiguration 添加 SplitFn 委托
Signed-off-by: 韩严重 <huarui2219@qq.com>
2022-12-29 19:36:03 +00:00
Wei Lin
a319bdb682 update doc 2022-12-27 16:22:32 +08:00
Wei Lin
418a1093c4 [New] support excel enum description string to enum #289 2022-12-27 16:16:39 +08:00
Wei Lin
24a31c33e3 Merge branch 'master' of https://github.com/shps951023/MiniExcel 2022-12-27 15:28:29 +08:00
阿翰
596bfd827e
!9 可从Enum的[Description]特性读取对应的值
Merge pull request !9 from KaneLeung/master
2022-12-27 07:27:12 +00:00
dependabot[bot]
97bd05df42
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /tests/MiniExcelTests (#456)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-27 14:19:19 +08:00
Wei Lin
4caccb0766 Remove benchmark project load 2022-12-27 13:27:53 +08:00
Wei Lin
2548c153ac rollback to .net 5 2022-12-27 13:07:04 +08:00
Wei Lin
dc0119050d increase VSTEST_CONNECTION_TIMEOUT: 90000 2022-12-27 13:06:08 +08:00
Wei Lin
57252e2dc3 increase VSTEST_CONNECTION_TIMEOUT: 90000 2022-12-27 12:20:21 +08:00
Wei Lin
2504ad9ed7 Merge branch 'master' of https://github.com/shps951023/MiniExcel 2022-12-27 12:16:25 +08:00
Wei Lin
239d0aca09 fix unit test dotnet yml 2022-12-27 12:16:19 +08:00
Wei Lin
bb3b1901c2 fix unit test dotnet yml 2022-12-27 12:14:52 +08:00
Wei Lin
689cf5d78e upgrade to .net6.0 2022-12-27 12:02:39 +08:00
Wei Lin
e662a8b28b update video link 2022-12-27 10:14:10 +08:00
Wei Lin
b0a2d97923 update tutorial video link 2022-12-23 14:10:01 +08:00
KaneLeung
5be518228f
Query from enum description. 2022-12-19 17:16:06 +08:00
Wei Lin
4138786cb5 Doc:Taobao Store 2022-11-27 20:49:21 +08:00
Wei Lin
a30d3bbda9 [New] SaveAs support FastMode 2022-11-09 22:44:52 +08:00
Wei Lin
d6da62a0e0 support IncludeSymbols 2022-10-30 17:34:18 +08:00
Wei Lin
e31104473d 1.28.2 2022-10-29 22:59:02 +08:00
Wei Lin
72b471a9d1 Support Assembly Strong Name Signature #450 2022-10-29 22:55:16 +08:00
阿翰
91b854f614
!8 Support QueryRange and upper Key name
Merge pull request !8 from 离歌笑/master
2022-10-22 09:43:51 +00:00
Wei Lin
65f6998bfb 1.28.1 2022-10-22 16:13:49 +08:00
cupsos
aa6375716d
Update dotnet.yml (#446) 2022-10-21 15:30:14 +08:00
ping9719
bd9be51d9d
remove dependency System.Memory (#441) 2022-10-19 08:32:10 +08:00
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
离歌笑
9257aa901a 新增按开始单元格和结束单元格范围读取 2022-09-27 11:23:50 +08:00
WeiLin
492ddd555a doc update qq group 2 2022-09-22 22:37:13 +08:00
离歌笑
87d6eb65b3 //2022-09-22 参数统一转换为大写,避免传入小写的参数时出错 2022-09-22 19:29:41 +08:00
WeiLin
d4365111bc [New] Support CSV Insert #I4X92G (via @shps951023) 2022-09-19 21:17:47 +08:00
WeiLin
0996ab8032 [New] Support DateTimeOffset and ExcelFormat #430 (via @Lightczx , @shps951023 ) 2022-09-18 23:24:46 +08:00
WeiLin
86aa8248cf Merge branch 'master' of https://github.com/shps951023/MiniExcel 2022-09-18 22:49:33 +08:00
WeiLin
2e9c310396 [Optimization] SaveAs by datareader support dimension #231 2022-09-18 22:49:00 +08:00
DismissedLight
97265c1ac8
support formatted DateTimeOffset convertion (#431) 2022-09-12 17:25:31 +08:00
WeiLin
b01e28c5df [Bug] Fixed MiniExcel.SaveAsByTemplate error when value is List<Dictionary<string, object>> #413 2022-09-09 23:02:52 +08:00
cupsos
45f11420c5
Reduce memory allocation (#427)
* Reduce memory allocation when using MemoryStream

* Add System.Memory pacakge

* Reduce memory allocation in GetImageFormat()
2022-09-09 22:18:27 +08:00
WeiLin
2e20881dfc doc : update via 2022-09-02 22:35:49 +08:00
WeiLin
dabf90c852 1.26.6 2022-09-02 18:39:35 +08:00
LionelZhao
b2fe9cd084
perf: Template save performance (#425) 2022-08-31 23:19:56 +08:00
一万里
d0ad4352d4
perf: excel writer performance (#410) 2022-07-15 08:48:48 +08:00
WeiLin
1de30207be [New] SaveAs support empty sharedstring #405 2022-06-30 21:50:57 +08:00