Update OpenXmlHelper.cs
LINQ usage improvments

.Any() instead of .Count > 0
.All(and != comparison) instead of !.Any(and == comparison)

Use .HasValue property of nullable instead of using == null
1 parent 25af2cf commit 563de8ffc997d2dc6d81797530cbd91123ba329b
@Mafii Mafii authored on 7 Jan 2018
Francois Botha committed on 12 Mar 2018
Showing 6 changed files
View
ClosedXML/Excel/PivotTables/PivotValues/XLPivotValues.cs
View
ClosedXML/Excel/Tables/XLTable.cs
View
ClosedXML/Excel/XLWorkbook.cs
View
ClosedXML/Excel/XLWorkbook_Load.cs
View
ClosedXML/Excel/XLWorkbook_Save.cs
View
ClosedXML/Utils/OpenXmlHelper.cs