ClosedXML.Report
ClosedXML.Report copied to clipboard
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
Hello, i am used worksheet.Columns().AdjustToContents() and get exeption in docker image. Now i am did 1. RUN apt-get update && apt-get install -y libgdiplus in docker file 2. in running...
The default saved file encoding is UTF8 with BOM.

Update so that it is possible to use the CloseXml.Report library together with the ClosedXML version 0.96.0 Removal of the deprecated package ClosedXML.Signed.
When I use in template `{{np(User.Range, ""Not registred"")}}` I get an error `')' or ',' expected` `User` here is null. If I use `{{np(User.Range, null)}}` I get an error ```The...
Hi I ran into a performance issue with double grouping. On tab1, tab2 and tab3 contain about 5000 lines tab1 and tab3 are created using ClosedXml.Report, tab2 is created using...
As you can see in the attached image: Cells in the template are merged. After filling the Report the right part of the cells aren't merged anymore. The left parts...
In .NET 6 two new data types (structs) where added `DateOnly` & `TimeOnly`. When trying to use one of those in ClosedXML.Report you get an `System.ArgumentException: Unable to set cell...
I put conditional formatting rules to cell that in named scope (only 1 cell in scope, it's inner horizontal scope) and instead of enlarge affected area to scope (any, not...
It would be nice to have the capability to change page after a certain number of records, in order to support a fixed-size document of multiple pages. The template could...