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.
Is it possible to update System.IO.Packaging and System.Private.Uri to latest none vulnerable version? 
This pull request removes unused or outdated code and improves code quality in the `ClosedXML.Report.Utils` namespace. The changes primarily focus on cleaning up redundant methods, modernizing syntax, and improving parameter...
Code cleanup, language modernization. It includes the removal of unused imports, consistent formatting, and updates to test cases for better readability and maintainability. No functional changes.
- Remove nuspec file no longer being used. Resolves #347
### Benchmarking Project Setup: * Added a new benchmarking project `ClosedXML.Report.Benchmarks` to measure report generation performance using the BenchmarkDotNet library. (`ClosedXML.Report.Benchmarks/Benchmarks/ReportBenchmarks.cs`, [ClosedXML.Report.Benchmarks/Benchmarks/ReportBenchmarks.csR1-R46](diffhunk://#diff-33c77b0f536df0a6b2415223ccdfb32a4e6e6bbfdb35699e2f70d5d9caa426e1R1-R46)) ### Refactoring: * Refactored `TempSheetBuffer` to replace individual...
 I often had it that the custom Format did not get applied to ClosedXML.Report outputs and I always had to manually enter cells for them to apply. Even default...
I'm implementing ClosedXML.Reports into my application for the auto row height feature but I'm having issues getting RowsFit to work, I had some luck with the default reports Sample but...
I'm getting "Unknown identifier" error if I try to refer a variable, that is not a member of an "item" inside a named range. The variable is added to the...