Hello,
I would like to use the Excel DfAdjustToWD and AdStyleAttribute("CUR";"XXX";"CLDR) functions from Python.
Is it possible to access it ?
Kind regards,
TT.
Hi @anonymous954782
I think you are referring to the Adfin library.
Please refer to Alex's answer in this question.
https://community.developers.refinitiv.com/questions/18595/how-do-i-use-the-adfin-library-in-python.html
Thank you very much for your prompt help.
The code doesn't work as I am in a 64-bit environment (machine & python). Do you know if there's a way to "force" the 32-bit environment for the given python code (as it seems Eikon Data API doesn't support a 64-bit version) ? Or any workaround...
Many thanks,
TT
From Alex's comment:
Note that all Eikon COM APIs are 32-bit, hence you can only use them in 32-bit Python.