Commit Graph

225 Commits

Author SHA1 Message Date
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
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
4a45f045c3 [New] support function to custom separator 2023-01-07 13:52:18 +08:00
Wei Lin
418a1093c4 [New] support excel enum description string to enum #289 2022-12-27 16:16:39 +08: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
dc0119050d increase VSTEST_CONNECTION_TIMEOUT: 90000 2022-12-27 13:06:08 +08:00
Wei Lin
239d0aca09 fix unit test dotnet yml 2022-12-27 12:16:19 +08:00
Wei Lin
689cf5d78e upgrade to .net6.0 2022-12-27 12:02:39 +08:00
Wei Lin
a30d3bbda9 [New] SaveAs support FastMode 2022-11-09 22:44:52 +08:00
Wei Lin
72b471a9d1 Support Assembly Strong Name Signature #450 2022-10-29 22:55:16 +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
2e9c310396 [Optimization] SaveAs by datareader support dimension #231 2022-09-18 22:49:00 +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
WeiLin
dabf90c852 1.26.6 2022-09-02 18:39:35 +08:00
WeiLin
1de30207be [New] SaveAs support empty sharedstring #405 2022-06-30 21:50:57 +08:00
Rollers
5c849223d8 Added DataReader AutoFilter toggle 2022-06-27 21:33:33 -07:00
WeiLin
55c944c588 [Bug] Using stream.SaveAs will close the Stream automatically when Specifying excelType 2022-06-26 13:19:36 +08:00
WeiLin
379328afe8 1.26.3
- [OPT] Export default buffersize from 1024 bytes -> 1024 * 512 bytes
- [New] Export support custom buffersize
- [New] SaveAsByTemplate number use InvariantCulture (via @psxbox)
2022-06-07 23:42:23 +08:00
WeiLin
7b8ff93587 [Bug] Fixed DynamicColumnAttribute Ignore, Index error #377 2022-04-22 00:48:02 +08:00
WeiLin
227e0793d2 [Bug] Fixed DynamicColumnAttribute Ignore, Index error #377 2022-04-22 00:36:05 +08:00
WeiLin
b2d5f68464 [New] DynamicColumnAttribute support Dictionary #370 2022-04-17 02:46:51 +08:00
WeiLin
c197010b34 [New] Support dynamic column setting 2022-04-12 23:31:15 +08:00
Wei
2302d14ec8 - [New] support DynamicExcelColumnAttribute
- [Doc] ExcelColumnAttribute
2022-04-12 21:37:12 +08:00
Wei
8f3e05cb20 [Bug] Fix ExcelColumnAttribute default width is 0 2022-04-11 17:02:00 +08:00
Wei
32426ebd0a [New] Support ExcelColumnAttribute to merge attributes (#357 via @Weilence) 2022-04-11 14:27:35 +08:00
阿翰
556034c633
!6 fix Issue-I50VD5
Merge pull request !6 from 愚人吃盐/master
2022-04-09 08:28:40 +00:00
danielshih
8798a40265 優化 startswith & endwith 效能 2022-04-09 00:36:28 +08:00
决明子
5c67c9bd59 feat:support multiple drawing. 2022-04-08 14:09:15 +08:00
决明子
6bdde577d1 fix(0000): 匿名list,不支持动态列名、不支持动态忽略列. 2022-04-06 10:39:25 +08:00
Wei Lin
d2255c6acb
Merge pull request #357 from Weilence/feat-merge-attribute
[New] Add a merge attribute
2022-04-03 13:41:03 +08:00
Wei
f9d3a2b370 - [Bug] Fixed QueryAsDataTable read big file will throw NotImplementedException #360
- [Doc] Reading big file by disk-base cache
2022-04-03 13:17:50 +08:00
Wei
2242410761 [New] Support SharingStrings disk cache (when this file size >= 5 MB), it can reduce reading 2GB SharingStrings only needs 1~13 MB memory #117 2022-04-03 04:41:06 +08:00
罗威
4868c77ec8 [New] Add a merge attribute 2022-04-02 23:22:52 +08:00
Wei
12b6b25d0f [Bug] SaveAs by datareader, sometime it will add one more autoFilter column #352 2022-03-29 23:31:54 +08:00
danielshih
201c5c419d add more test case 2022-03-26 22:49:27 +08:00
danielshih
bc2f9070f0 async enhancement.
1. add cancellationToken
2. add ConfigureAwait avoid UI context Switch.
2022-03-26 22:29:49 +08:00
罗威
0c53afdafd chron: DbList use static count 2022-03-25 08:58:23 +08:00
罗威
ef8b834088 fix: cache test 2022-03-25 07:58:41 +08:00
罗威
65ad0f7e4c feat: cache sharedstrings in sqlite 2022-03-24 23:46:54 +08:00
Wei
bbe29ae1b3 [New] SaveAs support overwriteFile parameter for enable/unable overwriting exist file #307 2022-03-19 21:14:20 +08:00
Wei
60ef6fc856 Add unit test for nullable type mapping of SaveAs and Query 2022-03-18 17:02:20 +08:00
Wei
33fd7dfc9d [Bug] Fixed when CultureInfo likesff-Latn , datareader field type is datetime that will get error OA Date format #343 2022-03-18 16:11:24 +08:00
Wei
7c065eb93e [Bug] Fixed multiple threads Async error 'The given key N was not present in the dictionary' #344 2022-03-18 13:29:50 +08:00
Wei
03ce5b70c2 - [Bug] Fiexd Query multiple same title will cause startcell to get wrong column index #I4YCLQ
- [OPT] Optimize Query<T> algorithm
2022-03-18 01:27:47 +08:00
Wei
9a92d74fa0 [Bug] Fixed QueryAsync not return dynamic type 2022-03-14 11:57:23 +08:00
Wei
309d649c64 [Bug] fixed QueryAsync configulation not working #338 2022-03-14 11:34:49 +08:00