* Add async implementation of frozen rows and columns
* Add unit tests for async implementation of frozen rows and columns
* Fix formatting and delete temp file in unit test
* move freezing top row implementation to DefaultOpenXml.cs
* add template formula example images
* add template formula example to readme
* add template formula example to readme
* get basics working
* add config option
* add WritePanes method, remove FreezeTopRow, add FreezeRowCount and FreezeColumnCount options, add unit test
* add xml methods to WorksheetXml
* remove unused namespaces
* revert disable file delete
* add freeze panes feature to table and idatareader
* Format the code and remove trailing whitespaces
* Update Visual Studio gitignore template
* Refactor: rename variables, add comments
* Support writing DateOnly type to Excel
---------
Co-authored-by: Jef Van den Brandt <Jef.VandenBrandt@cheops.be>
* Write out XML encoded sheet names
* Fix culture errors when running unit tests
* Force dot as decimal separator column width, fixes bug triggered by TestIssueI4ZYUU
---------
Co-authored-by: Jef Van den Brandt <Jef.VandenBrandt@cheops.be>
* Read and write excel documents using DynamicExcelSheet and ExcelSheetAttribute
* Fix in generating the default sheet name
---------
Co-authored-by: Paweł Szybiak <pawel.szybiak@vsoft.pl>
* Ensure linq deferred execution when saving enumerable
* Consolidate some code between DataReader and Enumerable
* Add test for issue 422 linq deferred execution
* Remove genericType out parameter
* Use index instead of count for variable names
* 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>
* 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>
* 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 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 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