Re: Does it support the 64-bit Excel
Tim Roberts <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
On 4/23/21 12:42 PM, Ben Hui wrote: > > I am interested to know if python -win32, specifically, the version: > > pywin32-300.win-amd64-py3.9.exe, at > https://github.com/mhammond/pywin32/releases > <https://github.com/mhammond/pywin32/releases> > > 1. Will it support Excel 64 bit. The users have Windows 10 and Excel > 2016 both 64 bit? The "amd64" in the name says "yes". Excel is controlled through COM, and with a COM server, your Python bittedness must match the server bittedness. > 2. Is there any documentation on the pywin32 library. I cannot seem > to locate it on Github repository. Quite a lot. Did you Google for it? It's on the first page of results. http://timgolden.me.uk/pywin32-docs/contents.html -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32