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.
Hi, Refer to https://github.com/ClosedXML/ClosedXML/pull/1396 This PR has been merged and is quite a big breaking change.
I'd like to create one worksheet per item from a list. For example in case I pass an IEnumerable to the template `template.AddVariable(customers);` and the name of the template worksheet...
Hi Grouping works inside nested range? Any sample template for that? Please assist. I checked grouping works inside nested range. but `` not working. Please assist Thanks, Abdul
I'm trying to use the library, but after rendering the data, the resulting file loses formatting, except for the background of the cells. Now I do not save the font...
Hi. I am very glad to work with ClosedXML.Report library, and it is very useful for ordinary reports. Can you help me to understands how I can template the following...
Updated and tested