I am currently working on an automation use case where we need to update several Workspace Excel files using Python. The key requirement is to keep the TR formulas intact while refreshing their values.
Simply calling the LSEG Data API and replacing the values in the cells would remove the existing formulas, which we want to avoid. Ideally, we would like to update the files in the same way as Excel, where the values are refreshed while the underlying TR formulas remain unchanged.
Previously, with Refinitiv Eikon, we were able to achieve this using the Refinitiv Eikon COM add-in. However, it seems this functionality is no longer available with Refinitiv Workspace.
Could you please let me know if there is an existing solution to refresh these Excel files while preserving the TR formulas, particularly one that can be implemented using Python?