ClosedXML / ClosedXML / Excel /
@Francois Botha Francois Botha authored on 17 Mar 2017
GitHub committed on 17 Mar 2017
..
AutoFilters Clearing AutoFilter shouldn't throw an exception, even if no AutoFilter is enabled. It should just silently continue. 9 years ago
CalcEngine Fix some maths and statistical functions. Add statistical functions unit tests. 9 years ago
Cells Merge branch 'develop' of https://github.com/closedxml/closedxml into use-globally-defined-numberstyle 9 years ago
Charts Project hierarchy cleanup 9 years ago
Columns Merge pull request #81 from igitur/issue77-allow-room-for-filter-arrow 9 years ago
Comments Project hierarchy cleanup 9 years ago
ConditionalFormats Hard-code operator type for text based conditional formatting. 9 years ago
Coordinates Consolidate NumberFormatForParse and ParseCulture 9 years ago
CustomProperties Project hierarchy cleanup 9 years ago
DataValidation Use ToInvariantString() everywhere where possible 9 years ago
Drawings Project hierarchy cleanup 9 years ago
Hyperlinks Project hierarchy cleanup 9 years ago
Misc Project hierarchy cleanup 9 years ago
NamedRanges Implement 'Visible' property on named ranges. Fixes #106 9 years ago
PageSetup Sort page breaks 9 years ago
PivotTables First stab at loading pivot tables 9 years ago
Ranges Fix for a rare case where sheet data contains only table header and no rows. 9 years ago
RichText Project hierarchy cleanup 9 years ago
Rows Expose new Cells() function to iterate over cells, including unused cells inside range, but excluding unused cells outside range. 9 years ago
Style Fix pivot table custom number format 9 years ago
Tables Make RelId internal 9 years ago
EnumConverter.cs Rename "Pct*" variables and values to "Percentage*", because I don't like abbreviations. 9 years ago
IXLOutline.cs Project hierarchy cleanup 9 years ago
IXLSheetProtection.cs Project hierarchy cleanup 9 years ago
IXLSheetView.cs Project hierarchy cleanup 9 years ago
IXLTheme.cs Project hierarchy cleanup 9 years ago
IXLWorksheet.cs Project hierarchy cleanup 9 years ago
IXLWorksheets.cs Project hierarchy cleanup 9 years ago
XLAddressLight.cs Project hierarchy cleanup 9 years ago
XLConstants.cs Use BuiltInId to determine default style, rather than looking for "Normal", due to issues with non-English locales. 9 years ago
XLOutline.cs Project hierarchy cleanup 9 years ago
XLSheetProtection.cs Project hierarchy cleanup 9 years ago
XLSheetView.cs Project hierarchy cleanup 9 years ago
XLTheme.cs Project hierarchy cleanup 9 years ago
XLWSContentManager.cs Project hierarchy cleanup 9 years ago
XLWorkbook.cs First stab at loading pivot tables 9 years ago
XLWorkbookProperties.cs Project hierarchy cleanup 9 years ago
XLWorkbook_Load.cs Refine conditional format loading. Some attributes are applicable only in certain cases. 9 years ago
XLWorkbook_Save.NestedTypes.cs Ensure all RelId's have been added to the context before saving the file, else one might get RelId conflicts 9 years ago
XLWorkbook_Save.cs Merge remote-tracking branch 'upstream/develop' into issue136-save-workbook-exception 9 years ago
XLWorksheet.cs Shift page breaks 9 years ago
XLWorksheetInternals.cs Project hierarchy cleanup 9 years ago
XLWorksheets.cs Project hierarchy cleanup 9 years ago