Hi, Is there a possibility to connect via VB or python code directly to the Workspace excel API and retrieve information from it?
@Amouyal
The COM library for Workspace can be used within VBA in Excel. If you are interested in getting Workspace data in Python, then start from the LD Library for Python. The example notebooks on the GitHub demonstrate some of this functionality.
Hi Gurpreet, Thank you for your answer!