[python-win32] Add-in question: Pulling a list of Excel Add-ins

2020-08-23 Thread Brandon Hoffman
 Hi All,

Thanks to everyone for their work maintaining the Pywin32 library. I use it
often and it is so essential to so much of the automation I work I do.

I'm reaching because I have a question, and no answers have come
organically on Stackoverflow. Essentially, I'm wondering if there's a way
to pull a list of excel add-ins with the library. I outline my question a
bit more clearly in the stackoverflow post below:

https://stackoverflow.com/questions/63456207/pull-list-of-com-add-ins-available-in-excel-w-python-library

If you have any suggestions or can guide me on how I might explore this
issue more thoroughly, it would be a great help.

Kind regards,

Brandon Hoffman
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


Re: [python-win32] Add-in question: Pulling a list of Excel Add-ins

2020-08-23 Thread Harald Armin Massa[legacy]
Hi Brandon,

useful search term to put into search engine is "excel object model list of
addins"

You can use this microsoft documentation

https://docs.microsoft.com/en-us/office/vba/api/excel.addins

and translate from VBA within Excel to Python and COM communication

pywin32 is just an interface to COM, and you need information about the
internal structures of Excel.

Cheers

Harald



On Mon, 24 Aug 2020 at 08:28, Brandon Hoffman  wrote:

> Hi All,
>
> Thanks to everyone for their work maintaining the Pywin32 library. I use
> it often and it is so essential to so much of the automation I work I do.
>
> I'm reaching because I have a question, and no answers have come
> organically on Stackoverflow. Essentially, I'm wondering if there's a way
> to pull a list of excel add-ins with the library. I outline my question a
> bit more clearly in the stackoverflow post below:
>
>
> https://stackoverflow.com/questions/63456207/pull-list-of-com-add-ins-available-in-excel-w-python-library
>
> If you have any suggestions or can guide me on how I might explore this
> issue more thoroughly, it would be a great help.
>
> Kind regards,
>
> Brandon Hoffman
> ___
> python-win32 mailing list
> python-win32@python.org
> https://mail.python.org/mailman/listinfo/python-win32
>


-- 
LightningTalkMan
a brand of GHUM GmbH
Spielberger Straße 49
70435 Stuttgart
0173/9409607
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32