|
Merge pull request #441 from igitur/improve-calcengine-exceptions
Improve CalcEngine exceptions |
|---|
| ClosedXML/ClosedXML.csproj |
|---|
| ClosedXML/Excel/CalcEngine/CalcEngine.cs |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/CalcEngineException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/CellReferenceException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/CellValueException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/DivisionByZeroException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/NameNotRecognizedException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/NoValueAvailableException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/NullValueException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Exceptions/NumberException.cs 0 → 100644 |
|---|
| ClosedXML/Excel/CalcEngine/Expression.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Information.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Lookup.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Text.cs |
|---|
| ClosedXML/Excel/CalcEngine/Token.cs |
|---|
| ClosedXML/Excel/Cells/XLCell.cs |
|---|
| ClosedXML_Tests/ClosedXML_Tests.csproj |
|---|
| ClosedXML_Tests/Excel/CalcEngine/CalcEngineExceptionTests.cs 0 → 100644 |
|---|
| ClosedXML_Tests/Excel/CalcEngine/InformationTests.cs |
|---|
| ClosedXML_Tests/Excel/CalcEngine/LookupTests.cs |
|---|
| ClosedXML_Tests/Excel/CalcEngine/TextTests.cs |
|---|
| ClosedXML_Tests/Excel/Misc/FormulaTests.cs |
|---|