Initial implementation of CalcEngineExceptions
1 parent 7348cf1 commit b679ace700f1c08fb15bbde0741658116ddc7fc3
@Francois Botha Francois Botha authored on 17 Oct 2016
Showing 14 changed files
View
ClosedXML/ClosedXML.csproj
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/Functions/Lookup.cs
View
ClosedXML/Excel/CalcEngine/Functions/Text.cs
View
ClosedXML_Tests/ClosedXML_Tests.csproj
View
ClosedXML_Tests/Excel/CalcEngine/CalcEngineExceptionTests.cs 0 → 100644
View
ClosedXML_Tests/Excel/CalcEngine/LookupTests.cs