ClosedXML.Report icon indicating copy to clipboard operation
ClosedXML.Report copied to clipboard

How can I manage formulas in subtotals?

Open iRumba opened this issue 5 years ago • 2 comments

When I use tag <<sum>>, i have subtotals() in result. But i want sum()

iRumba avatar Oct 03 '19 04:10 iRumba

Here is the code that manages the formulas in the tag <<group>> 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 offer your PR.

b0bi79 avatar Oct 03 '19 06:10 b0bi79

Ok, thanks

iRumba avatar Oct 03 '19 07:10 iRumba