Implemented support of storing cell calculated values (#679)
* Implemented support of storing cell calculated values

* Merge conflict solved. Test fixed

* API changed according to the review. Comparers and CellRangeReference extracted to separate files.

* AffectingRanges renamed to PrecedentRanges. Conditions fixed.
1 parent e296aea commit 8bad8e0471f24ff32ebf02768ca9172d1d678b52
@Aleksei Aleksei authored on 19 Apr 2018
Francois Botha committed on 19 Apr 2018
Showing 18 changed files
View
ClosedXML/Excel/CalcEngine/CellRangeReference.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/XLAddressComparer.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/XLCalcEngine.cs
View
ClosedXML/Excel/CalcEngine/XLRangeAddressComparer.cs 0 → 100644
View
ClosedXML/Excel/Cells/IXLCell.cs
View
ClosedXML/Excel/Cells/XLCell.cs
View
ClosedXML/Excel/IXLWorkbook.cs
View
ClosedXML/Excel/IXLWorksheet.cs
View
ClosedXML/Excel/XLWorkbook.cs
View
ClosedXML/Excel/XLWorkbook_Save.cs
View
ClosedXML/Excel/XLWorksheet.cs
View
ClosedXML/Excel/XLWorksheets.cs
View
ClosedXML_Sandbox/PerformanceRunner.cs
View
ClosedXML_Sandbox/Program.cs
View
ClosedXML_Tests/Excel/CalcEngine/FormulaCachingTests.cs 0 → 100644
View
ClosedXML_Tests/Excel/CalcEngine/PrecedentCellsTests.cs 0 → 100644
View
ClosedXML_Tests/Excel/Loading/LoadingTests.cs
View
ClosedXML_Tests/Excel/Saving/SavingTests.cs