Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Spreadsheet for WPF 1.1 (Read 2870 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Spreadsheet for WPF 1.1
May 26th, 2017 at 2:04pm
Print Post  
We have released version 1.1 of MindFusion.Spreadsheet for WPF. The new version includes:

Improved XLSX Import and Export
The ExcelExporter and ExcelImporter classes are now 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 expoxes 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.

The latest version can be downloaded here:
https://mindfusion.eu/WpfSpreadsheet.zip

The component's assemblies are also available as Nuget package. To install it, run the following command in the Package Manager Console:
PM> Install-Package MindFusion.Spreadsheet.Wpf

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint