Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88835

Open Excel and load a .vsto add-in using Python

$
0
0

I want to open the Excel application using Python. I have tried using the method below however it doesn't load add-ins by default. I have seen solutions for .xla based add-ins. Unfortunately the add-in I want to use is .vsto. Is this possible?

from win32com.client import Dispatch

xl = Dispatch("Excel.Application")
xl.Visible = True

Viewing all articles
Browse latest Browse all 88835

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>