Merge pull request #441 from igitur/improve-calcengine-exceptions
Improve CalcEngine exceptions
commit 7faa86914e6cd78b83174d94a70650e81871af7b
2 parents 3f98dbc + b9afbb7
@Francois Botha Francois Botha authored on 12 Sep 2017
GitHub committed on 12 Sep 2017
Showing 22 changed files
View
ClosedXML/ClosedXML.csproj
View
ClosedXML/Excel/CalcEngine/CalcEngine.cs
View
ClosedXML/Excel/CalcEngine/Exceptions/CalcEngineException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/CellReferenceException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/CellValueException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/DivisionByZeroException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/NameNotRecognizedException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/NoValueAvailableException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/NullValueException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Exceptions/NumberException.cs 0 → 100644
View
ClosedXML/Excel/CalcEngine/Expression.cs
View
ClosedXML/Excel/CalcEngine/Functions/Information.cs
View
ClosedXML/Excel/CalcEngine/Functions/Lookup.cs
View
ClosedXML/Excel/CalcEngine/Functions/Text.cs
View
ClosedXML/Excel/CalcEngine/Token.cs
View
ClosedXML/Excel/Cells/XLCell.cs
View
ClosedXML_Tests/ClosedXML_Tests.csproj
View
ClosedXML_Tests/Excel/CalcEngine/CalcEngineExceptionTests.cs 0 → 100644
View
ClosedXML_Tests/Excel/CalcEngine/InformationTests.cs
View
ClosedXML_Tests/Excel/CalcEngine/LookupTests.cs
View
ClosedXML_Tests/Excel/CalcEngine/TextTests.cs
View
ClosedXML_Tests/Excel/Misc/FormulaTests.cs