|
Optimize tally computations (#740)
* Eliminate massive empty cells generation during tally evaluation * Avoid creating cell instances when getting cell values is enough. * Refactoring, auto format * More tests added, functions modified * Support tally computations with circular references * Remove CellValues method from the interface |
|---|
|
|
| ClosedXML/Excel/CalcEngine/CalcEngineHelpers.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/MathTrig.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Statistical.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Tally.cs |
|---|
| ClosedXML/Excel/CalcEngine/XLCalcEngine.cs |
|---|
| ClosedXML/Excel/Cells/XLCell.cs |
|---|
| ClosedXML/Excel/Ranges/IXLRangeBase.cs |
|---|
| ClosedXML/Excel/Ranges/XLRangeBase.cs |
|---|
| ClosedXML/Excel/XLWorksheet.cs |
|---|
| ClosedXML_Tests/Excel/CalcEngine/StatisticalTests.cs |
|---|