ClosedXML.Report
ClosedXML.Report copied to clipboard
Add MEDIAN() statistics function, which is supported in Excel.
Would it be possible to get the Median() function added as a supported function? This is basic statistics function and has been in Excel for a long time. Thanks!
The first thing you should look for is ClosedXML support for this feature. https://github.com/ClosedXML/ClosedXML/issues
Median supported has been added @ https://github.com/stesee/ClosedXML/pull/19 which is on nuget as DocumentPartner.ClosedXML
Excellent! Thanks @rominator1983. I will add MEDIAN() soon.