Microsoft Excel integration
The Microsoft Excel integration from Here™ enables application providers to integrate their applications with Microsoft Excel running on the same machine, providing two-way communication between Excel and Here Core applications.
The integration utilizes Microsoft’s Excel Interop API which provides automation and control of the Excel desktop application, without requiring installation of any custom dependencies on target desktops.
With the Excel integration, you can do things like:
-
Create, open and save workbooks and worksheets from your Here Core app.
-
Push and receive data between your Here Core app and a worksheet.
-
Programmatically format cells in worksheets.
Prerequisites
-
Here™
- Minimum runtime version 15.80.49.30
-
Microsoft Excel 2013 or later
-
.NET Framework 4.7.2
Installation
Add the @openfin/excel NPM package as a dependency for your app:
npm install @openfin/excel