Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Spreadsheet for WinForms 1.6 (Read 1817 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Spreadsheet for WinForms 1.6
May 19th, 2017 at 1:02pm
Print Post  
We have released version 1.6 of MindFusion.Spreadsheet for WinForms. 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 ImageExporter can take into consideration the worksheet zoom through the new EnableZoom property.
  • The WorkbookPrinter now exposes a Landscape property, which can be used to specify page orientation.
  • 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 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/SpreadsheetTrial.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

Enjoy!
« Last Edit: Aug 18th, 2017 at 6:30pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint