MindFusion.Spreadsheet for WPF V1.1

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.
  • Miscellaneous
    • The CsvExporter class can now export partial worksheets through the new Export overload.
    • The WorkbookView exposes new Cut, Copy, and Paste methods, which can be used to cut, copy, and paste the current selection of the active worksheet in the view.
    • The WorkbookView now exposes ColumnsMoved, RowsMoved, ColumnsResized, and RowsResized events.
    • The WorkbookView now exposes ColumnsMoving and RowsMoving events, which can be used to validate interactive columns and rows moving.
    • The WorkbookView now exposes ColumnsResizing and RowsResizing events, which can be used to validate interactive columns and rows resizing.