|
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. |
|---|
|
|
| ClosedXML/Excel/AutoFilters/XLAutoFilter.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/Tally.cs |
|---|
| ClosedXML/Excel/CalcEngine/Functions/XLMath.cs |
|---|
| ClosedXML/Excel/Cells/XLCell.cs |
|---|
| ClosedXML/Excel/ConditionalFormats/Save/XLCFCellIsConverter.cs |
|---|
| ClosedXML/Excel/DataValidation/IXLDataValidation.cs |
|---|
| ClosedXML/Excel/DataValidation/IXLDataValidations.cs |
|---|
| ClosedXML/Excel/DataValidation/XLDataValidation.cs |
|---|
| ClosedXML/Excel/DataValidation/XLDataValidations.cs |
|---|
| ClosedXML/Excel/Drawings/XLPicture.cs |
|---|
| ClosedXML/Excel/Ranges/XLRange.cs |
|---|
| ClosedXML/Excel/Ranges/XLRangeAddress.cs |
|---|
| ClosedXML/Excel/Ranges/XLRanges.cs |
|---|
| ClosedXML/Excel/Rows/XLRow.cs |
|---|
| ClosedXML/Excel/Tables/IXLTableField.cs |
|---|
| ClosedXML/Excel/Tables/XLTable.cs |
|---|
| ClosedXML/Excel/Tables/XLTableField.cs |
|---|
| ClosedXML/Excel/XLWorkbook_Load.cs |
|---|
| ClosedXML/Excel/XLWorkbook_Save.cs |
|---|
| ClosedXML/Excel/XLWorksheet.cs |
|---|
| ClosedXML/XLHelper.cs |
|---|