Currently, I have an excel sheet that passes table data (x,y,z coordinates) to python script. The script plots the data either in matplotlib or mayavi and displays a separate interactive window where 3D plot can be manipulated.
Now I am wondering is it possible to embed my python code as an OLE object to excel. So that no separate window should be opened and plot could be rotated interactively inside the excel worksheet?