Commit Graph

186 Commits

Author SHA1 Message Date
Wei Lin
8e4112160c 1.35.0 2024-11-09 11:46:11 +08:00
Wei Lin
831c814788 1.34.2 2024-09-14 20:11:56 +08:00
Wei Lin
6161e299fd 1.34.1 2024-08-10 16:53:57 +08:00
Wei Lin
12aa2fe131 README-NuGet & 1.34.0 release 2024-07-21 19:56:37 +08:00
meld-cp
364841f92e add docs for Freeze Panes 2024-07-13 12:26:14 +12:00
Wei Lin
a51bfbe7c7 1.33.0 2024-07-07 13:29:28 +08:00
meld-cp
1cab06e464
Add docs for template formulas (#622)
* add template formula example images

* add template formula example to readme

* add template formula example to readme
2024-07-07 13:01:16 +08:00
Wei Lin
b24b35acad Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ 2024-05-16 22:20:03 +08:00
Wei Lin
361fb964f4 .NET5^ support image ReadOnlySpan<byte> 2024-05-16 22:17:49 +08:00
Wei Lin
ae4e68fbf8 update release doc 2024-05-12 18:00:22 +08:00
Wei Lin
11857e17ff 1.32.0 2024-05-12 17:57:43 +08:00
Wei
e1b79513bb [Bug] SaveAsByTemplate rowInfo.IEnumerableMercell.Height null exception 2023-12-27 08:44:40 +08:00
Wei
205c763625 update desc 2023-10-30 08:23:22 +08:00
Wei
f1498a2d16 update documents 2023-08-10 15:17:30 +08:00
eynarhaji
ee2b198aff
Add support for merge limit (#521)
* 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

* add merge tag

* add merge-tag

* update readme

* minor fix

* minor fix

* minor fix

* Update MiniExcelLibs.csproj

* Add support for merge limit

* update test cases

* rollback

---------

Co-authored-by: Wei Lin <shps951002@gmail.com>
2023-08-09 14:18:57 +08:00
eynarhaji
9811ef9fbb
Add @merge and @endmerge tags (#519)
* 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

* add merge tag

* add merge-tag

* update readme

* minor fix

* minor fix

* minor fix

* Update MiniExcelLibs.csproj

---------

Co-authored-by: Wei Lin <shps951002@gmail.com>
2023-08-07 18:27:29 +08:00
Wei Lin
e86c3dd9e2 [Doc] remark and doc of support property cache #23 (via @RRQM_Home) 2023-06-22 13:57:02 +08:00
Wei Lin
645a7cf87a update version and doc cn 2023-05-28 12:24:22 +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
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
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
Wei Lin
83d1208a51 doc : update release 2023-02-07 22:41:46 +08: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
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
Wei Lin
65f6998bfb 1.28.1 2022-10-22 16:13:49 +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
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
WeiLin
1de30207be [New] SaveAs support empty sharedstring #405 2022-06-30 21:50:57 +08:00
WeiLin
ce9d5c9d4f 1.26.4 2022-06-26 13:32:13 +08: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
Wei
fbd3962a7c Doc : fixed duplicate title 2022-05-15 13:29:42 +08:00
WeiLin
227e0793d2 [Bug] Fixed DynamicColumnAttribute Ignore, Index error #377 2022-04-22 00:36:05 +08:00
WeiLin
d5672af72a [Doc] update 1.26.1 document 2022-04-17 16:15:09 +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
32426ebd0a [New] Support ExcelColumnAttribute to merge attributes (#357 via @Weilence) 2022-04-11 14:27:35 +08:00
Wei
20766ef801 [New] Remove overdue ExcelNumberFormat Dependency #271 2022-04-05 23:02:42 +08:00
Wei
13c8a01886 [doc] update release document 2022-04-04 01:23:41 +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