IT2Be Data plug-in version 3.1-007 released

3.1-007
[chg] improved feedback about missing data libraries

3.1-006
[new] case 0000099: added setSheetName(String sheetname) to add a sheetName to a sheet
[new] added getVersion() and getLicense() methods to retrieve component information
[chg] the plugin is now lazy loading (again)
[chg] updated sample solution to show writeArray intstead of write method for writing an Array

3.0-004
[new] case 0000023: added new WorkBook write/read options to Excel class to update an existing sheet without losing formatting, functions etc.

3.0-003
[chg] added the plug-in to the new Update manager
[fix] fixed issue with using sheets
[fix] fixed issue that did not return the correct column count after reading an xml
[fix] fixed issue where empty values were not returned after reading an xml
[fix] modified latest excel libraries so that they now also work with Servoy 2.x.x
[new] added writeHeader property to CSV class to enable or disable writing of the header

3.0
[new] added option to update an existing excel sheet

2.0.1
[fix] corrected a bug that prevented the plug-in from registering a second time
[enh] dialog feedback when license data is wrong
[fix] fixed issue with update checker on windows platform

2.0
[new] added QuickBooks contact import and export
[new] added functions to filter a DataSet
[new] added encoding to read .csv and .txt files
[enh] added new sample code to sample solution

1.2
[opt] optimized some of the code
[bug] fixed a bug where the excel import stopped importing when a cell was empty
[fix] corrected sample code

1.1
[new] added TXT (tab delimited) file support.
[enh] added separator property to csv file support.
[new] added sample solution
[enh] improved sample code in plug-in

1.0
[new] initial