Rozhkov Alexey
Rozhkov Alexey
The fix should be in ClosedXML. Not fixed yet.
Here is the code that manages the formulas in the tag `` https://github.com/ClosedXML/ClosedXML.Report/blob/230d148d5da51900c3a6bd1f5bfc748be9f27a75/ClosedXML.Report/Excel/Subtotal.cs#L289 Now there is no way to change the formula, but you can contribute to the project and...
Sorry, but such complex templates are not supported at the moment. You can contribute to the development of the project and modify the code of the `RangeTemplate` class to support...
Send what you want to get. I’ll think about how to help.
Sorry for the long reply. I studied your template and thought for a long time how to make it work. We can add support for groups in nested regions, but...
Attach your template please
Can you send your template and the resulting file? Conditional formatting ranges are merged in sample files. Perhaps I do not understand what you are talking about.
Perhaps ClosedXML (not ClosedXML.Report) merges conditional formatting vertically only, but here horizontal merging is required. It need to ask the guys from ClosedXML about this.
@thekokii Try to remove the conditional formatting from the template and add it in the code after the report is generated. Like this: ```c# var template = new XLTemplate(@".\Templates\report.xlsx"); ......
In accordance with the way AdjustToContents works in ClosedXML, I can say that the `` tag automatically calculates the height for cells that have Rich text, or the text is...