Releases: openfin/excel-api-example
Releases · openfin/excel-api-example
3.1.2
3.1.1
3.0.1
1.5.1
Merge pull request #23 from openfin/build/1.5.1.0 Build 1.5.1.0
1.4.0
New Features
- API Add-In will not attempt to connect to OpenFin unless it is already running.
- Added API call to launch an instance of Excel.
- Added API call to register XLL with Excel if it was manually uninstalled.
- Added API call to check for Add-In installation status.
1.3.0
Improvements
- Updated implementation of events for Workbook close and application exit detection.
Bug Fixes
- Fixed infinite cell selection loop after certain click sequences.
- Fixed Excel freezing when deleting a column or row.
- Fixed installation of 64 bit XLL.
- Fixed multiple firing of cell change event after invoking
worksheet.setCells()
. - Fixed connect and disconnect events and connection state detection.
1.2.0
Improvements
- Converted Javascript intermediate code to modules that can be Webpacked.
1.0.1
Improvements
- Replaced VBS installation script with a standalone EXE utility.