Small bugfixes and improvements (#782)
* Implement IDisposable for XLDataValidations and XLTableField to dispose inner members.

* Expand columns, not rows in ExpandColumns method

* Redundant checks removed, missing checks added

* Avoid null reference and type cast exceptions in Equals methods.

* Redundant check removed; unconditional break from a loop removed.

* Some of the null-checks restored. Aligning fixed.
1 parent 853f8ef commit 8ebe3325d05774c3c3b79341032125a477600672
@Aleksei Aleksei authored on 16 Apr 2018
Francois Botha committed on 16 Apr 2018
Showing 21 changed files
View
ClosedXML/Excel/AutoFilters/XLAutoFilter.cs
View
ClosedXML/Excel/CalcEngine/Functions/Tally.cs
View
ClosedXML/Excel/CalcEngine/Functions/XLMath.cs
View
ClosedXML/Excel/Cells/XLCell.cs
View
ClosedXML/Excel/ConditionalFormats/Save/XLCFCellIsConverter.cs
View
ClosedXML/Excel/DataValidation/IXLDataValidation.cs
View
ClosedXML/Excel/DataValidation/IXLDataValidations.cs
View
ClosedXML/Excel/DataValidation/XLDataValidation.cs
View
ClosedXML/Excel/DataValidation/XLDataValidations.cs
View
ClosedXML/Excel/Drawings/XLPicture.cs
View
ClosedXML/Excel/Ranges/XLRange.cs
View
ClosedXML/Excel/Ranges/XLRangeAddress.cs
View
ClosedXML/Excel/Ranges/XLRanges.cs
View
ClosedXML/Excel/Rows/XLRow.cs
View
ClosedXML/Excel/Tables/IXLTableField.cs
View
ClosedXML/Excel/Tables/XLTable.cs
View
ClosedXML/Excel/Tables/XLTableField.cs
View
ClosedXML/Excel/XLWorkbook_Load.cs
View
ClosedXML/Excel/XLWorkbook_Save.cs
View
ClosedXML/Excel/XLWorksheet.cs
View
ClosedXML/XLHelper.cs