• 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.

    Returns

    An application object that enables control of Excel.

    Throws

    InitializationError if unable to launch the adapter process or some other error occurred during initialization.

    Parameters

    • adapterLoggingEnabled: boolean = false

      Determines whether the adapter outputs diagnostic trace messages (defaults to false).

    Returns Promise<ExcelApplication>

Generated using TypeDoc