Skip to content

Releases: openfin/excel-api-example

4.1.2

06 Oct 16:06
Compare
Choose a tag to compare
  • Fix for issue whereby RTD Functions do not reconnect after a client disconnects.

4.1.1

27 Sep 16:01
Compare
Choose a tag to compare
4.1.1 Pre-release
Pre-release
  • Fix for issue whereby RTD Functions do not reconnect after a client disconnects.

4.1.0

27 Aug 16:33
1c934cb
Compare
Choose a tag to compare

Updated Excel DNA - 1.5.0

4.0.7

19 Aug 09:43
6af9625
Compare
Choose a tag to compare
  • Fix for "%" special character in the topic string for RTD functions.

4.0.6

02 Jun 11:17
961b66b
Compare
Choose a tag to compare
  • Updated Sheet Label Logic to Show ReadOnly when required.
  • Added heartbeater logic to rtd functions to help detect when application application is closed.
  • Updated version of the DotNetAdapter to avoid deployment edgecase.

4.0.5

11 May 14:39
5e314f7
Compare
Choose a tag to compare
4.0.5 Pre-release
Pre-release

Updated Sheet Label Logic to Show ReadOnly when required.

Added heartbeater logic to rtd functions to help detect when application application is closed.

4.0.4

26 Mar 10:50
c1595b9
Compare
Choose a tag to compare

This release includes:

ExcelDna, ExcelDna.AddIn and ExcelDna.Integration updates (so we use the latest stable release)
Zip Dependency update
OpenfinDesktop updates (so we use the latest stable release)
Introduced logging support (please see LOGS.md)
Introduced versioning support (please see VERSIONS.md)
Added a dispose function to a created rtd which clears values pushed to Excel (please see DOCS.md)
XL-119 - Added an additional fix for where events for connected/disconnected topics in Excel RTDs were not being sent to the client script

4.0.2

19 Mar 17:48
693881a
Compare
Choose a tag to compare
4.0.2 Pre-release
Pre-release
  • Updated zip related dependencies when building add-in to latest stable
  • Removed option to not clear cell when disposing of an rtd in JavaScript
  • When the excel service provider is shut (applications using the excel service are closed) it will trigger the rtd cell to reset.
  • Updated docs

4.0.1

08 Mar 20:01
4140f47
Compare
Choose a tag to compare
4.0.1 Pre-release
Pre-release
  • Fixed an issue where RTD Disconnect events were not being dispatched if the last instance of excel was being closed.

4.0.0

03 Mar 21:47
b0c5f4a
Compare
Choose a tag to compare
4.0.0 Pre-release
Pre-release

This release includes:

  • ExcelDna, ExcelDna.AddIn and ExcelDna.Integration updates (so we use the latest stable release)
  • OpenfinDesktop updates (so we use the latest stable release)
  • Introduced logging support (please see LOGS.md)
  • Introduced versioning support (please see VERSIONS.md)
  • Added a dispose function to a created rtd with the option of clearing or not clearing values pushed to Excel (please see DOCS.md)
  • XL-119 - Added an additional fix for where events for connected/disconnected topics in Excel RTDs were not being sent to the client script