MindFusion.Spreadsheet for WPF Releases

Released: Nov 23, 2021

Updates in V1.3.2

Features

  • Added Microsoft .NET 5 support - The Spreadsheet.WPF distribution now includes assemblies for .NET 5. Locally installed assemblies don't show automatically in toolbox at this time, you can add them to projects either manually or through Nuget package manager.
  • Miscellaneous
    • Custom format strings can now contain color names in square brackets, compatible with Microsoft Excel color specifiers.
    • Extends the set of expression types in which blank cells are promoted to zeros or empty strings...

Released: Jul 7, 2020

Updates in V1.3.1

Features

  • Localization improvements:
    • Cells can now display right-to-left text.
    • Added right-to-left text support in PdfExporter.
  • Validation dropdown can now display values from a named cell range.
  • Enabled AutoFillCopyOnly to make auto-fill tool only copy values instead of extrapolating new values from a selection.

Fixes

  • Fix for PdfExporter when creating incorrect PDF files on Chinese versions of Microsoft Windows.
  • ExcelExporter fix for format warnings in Microsoft Excel when opening a worksheet...

Released: Oct 17, 2017

Updates in V1.3

Features

  • Auto-filtering - Worksheets now support auto-filtering.
  • Miscellaneous - The ExcelImporter class now exposes a ReadConditionalFormats property, which can be used to prevent the importing of conditional formats.

Released: Aug 23, 2017

Updates in V1.2

Features

  • UI Localization - The standard forms can now be localized using XML files that map interface element identifiers to strings. Ready-made localization files for French, German, Chinese, Korean, Spanish, Portuguese and Russian are provided in the Localization folder under the component's installation root.
  • Grouping and Outlining - Rows and columns can now be grouped. To group or ungroup a range of rows or columns, use the Group or Ungroup methods of the RowRange and ColumnRange classes...

Released: May 26, 2017

Updates in V1.1

Features

  • Improved XLSX Import and Export - The ExcelExporter and ExcelImporter classes are now several times faster than before and the results are more accurate. Various problems and inconsistencies were fixed. Both classes now expose a View property, if you set the View property of the ExcelExporter, the exporter will also export view information, such as the active tab and selection. Alternatively, setting this property during import, will cause the view information to be imported...

Released: May 16, 2016

Updates in V1

Features

User Interaction

  • Virtualized scrolling.
  • Copy and paste to/from Windows clipboard.
  • Automatic scrolling while dragging items with the mouse.
  • Multiple object selection.
  • Tool-tips.
  • Full undo/redo support.
  • Grouping and outlining of rows and columns.

Programming

  • Programmatic access to all workbook elements.
  • Numerous properties for customizing appearance and behavior.
  • Numerous utility methods.
  • Rich event set.

Import and Export

  • Export images in bmp, jpeg, gif, tiff, png formats.
  • Export Portable...