若汝棋茗
81d602208d
将反射赋值优化为表达式树赋值
2023-06-19 09:37:27 +08:00
Wei Lin
645a7cf87a
update version and doc cn
2023-05-28 12:24:22 +08:00
Wei Lin
c62b881e27
Fix EnableWriteNullValueCell bool error
2023-05-28 12:10:29 +08:00
0MG-DEN
42eab33e45
Add option to skip null values when writing to Excel ( #497 )
...
* Add option to skip null values when writing to Excel
* Rename option to skip null values
* Update README
2023-05-28 11:55:56 +08:00
Argo Zhang
b8c3e3dc36
fix: 修复读取 sheet 错误问题 ( #493 )
2023-05-28 11:53:15 +08:00
Jean-Sébastien Gervais
7a1958100c
489 fix calc chain.xml ( #491 )
...
* flush and recreate xl/calChain.xml file containing index of cell with functions. Need to parse worksheets.xml.rels to get worksheet ids
* need to reopen stream after StreamWriter gets disposed out of it's using context
---------
Co-authored-by: Jean-Sebastien Gervais <jsgervais84@gmail.com>
Co-authored-by: Wei Lin <shps951002@gmail.com>
2023-05-09 22:28:15 +08:00
Wei Lin
171b881944
Merge branch 'master' of https://github.com/shps951023/MiniExcel
2023-05-09 22:19:38 +08:00
Jean-Sébastien Gervais
38a1796e4b
parse class public properties and public fields ( #490 )
...
* parse class public properties and public fields
* cleaner; the else non will never hit as PropertyInfoOrFieldInfo = None only happens for dictionnary row info, which is handled in another if else branch
---------
Co-authored-by: Jean-Sebastien Gervais <jsgervais84@gmail.com>
2023-05-09 22:16:11 +08:00
Wei Lin
5490a02409
update CN document
2023-05-02 00:44:28 +08:00
eynarhaji
0559847ecc
Add supprt for if/elseif/else statements inside cell ( #487 )
...
* 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
* Add support for if/elseif/else statements
2023-05-02 00:36:15 +08:00
Vinicius Lourenço
1bd853affe
fix: bad csv ( #472 )
...
* feat(csv): add option to force quotes in all csv
* fix(csv): quote the delimiter and also \n and \r
2023-03-12 10:25:32 +08:00
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