AboutSupportDeveloper GuideVersion 1.5.0
  • 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.

    Parameters

    • adapterLoggingEnabled: boolean = false

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

    Returns Promise<ExcelApplication>

    An application object that enables control of Excel.

    Throws

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

Generated using TypeDoc