Skip to content

Releases: openfin/excel-api-example

3.1.2

10 Feb 19:12
34d6223
Compare
Choose a tag to compare
3.1.2 Pre-release
Pre-release

XL-119 - Added a fix for a race condition that could happen when the excel service and application are started at the same time.

3.1.1

25 Jan 18:33
bfeb295
Compare
Choose a tag to compare
3.1.1 Pre-release
Pre-release
Merge pull request #49 from openfin/feature/openfinrtd

Feature/openfinrtd

3.0.1

25 Jan 18:43
Compare
Choose a tag to compare
Merge branch 'gh-pages' of https://github.com/openfin/excel-api-examp…

…le into feature/lifecycle-udfs

1.5.1

26 Sep 20:40
Compare
Choose a tag to compare
1.5.1 Pre-release
Pre-release
Merge pull request #23 from openfin/build/1.5.1.0

Build 1.5.1.0

1.4.0

11 Aug 13:19
Compare
Choose a tag to compare

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

11 Aug 13:19
Compare
Choose a tag to compare

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

11 Aug 13:18
Compare
Choose a tag to compare

Improvements

  • Converted Javascript intermediate code to modules that can be Webpacked.

1.0.1

11 Aug 13:17
Compare
Choose a tag to compare

Improvements

  • Replaced VBS installation script with a standalone EXE utility.