I would like to check if the .bat file attached is compatible to run with Workspace?

JoAn
JoAn LSEG
edited December 2024 in Element Framework

Hi Team, the client wants to use a .bat file that will allow him to launch the Workspace Excel add-in. However, it is causing an runtime error in Workspace Excel. May I know if this is compatible with Workspace? Please note the same .bat file is working with Eikon.

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @JoAn

    Thank you for reaching out to us.

    Workspce Excel doesn't support the LEGACY COM Eikon API anymore, as shown in the Python.

    xl.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = True
    

    Please contact the Workspace Excel team directly to verify if the Workspace Excel can be launched by Python code.