ClosedXML.Report icon indicating copy to clipboard operation
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.

Results 98 ClosedXML.Report issues
Sort by recently updated
recently updated
newest added

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.

![image](https://user-images.githubusercontent.com/64699457/183581197-630c172d-f1ec-4f23-82c4-9110466f5a5d.png)

Sample file required

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...

Sample file required

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...

awaiting-feedback

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...

Sample file required

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...

enhancement
help wanted