Application-level event listeners.
Available calculation modes which determine when a workbook is re-calculated.
In Excel, these options can be viewed in the ribbon "Formulas" tab, "Calculation" group, "Calculation Options" menu. The SemiAutomatic
value maps to the "Automatic Except for Data Tables" option.
Workbook-level event listeners.
Worksheet-level event listeners.
Function type for the event listener that is called when a workbook is activated.
Function type for the event listener that is called when a workbook is closed.
Function type for the event listener that is called when a workbook is created.
The workbook that was created.
Function type for the event listener that is called when a workbook is deactivated.
Function type for the event listener that is called when a worksheet is activated.
Function type for the event listener that is called when a worksheet is added.
The worksheet that was added.
Function type for the event listener that is called when a worksheet is changed.
The cells affected by the change.
Function type for the event listener that is called when a worksheet is deactivated.
Function type for the event listener that is called when a worksheet is deleted.
The worksheet that was deleted.
Disables module logging if it has been enabled by a call to enableLogging.
This function is registered globally so you can disable logging at any time by calling:
window.fin.Integrations.Excel.disableLogging();
Enables module logging to the console for debugging/troubleshooting purposes. This is off by default.
This function is registered globally so you can enable logging at any time by calling:
window.fin.Integrations.Excel.enableLogging();
The entry point for using the Excel integration client-side API.
When calling this function for the first time, it initializes an adapter process for sole use by your application and connects to it via a channel. The adapter process exists for as long as your application is running and connected, after which the adapter terminates automatically. Subsequent calls always reuse the connected adapter.
An application object that enables control of Excel.
Generated using TypeDoc
Possible types for cell values.