From benjaminhui01 at gmail.com Fri Apr 23 15:42:04 2021 From: benjaminhui01 at gmail.com (Ben Hui) Date: Fri, 23 Apr 2021 15:42:04 -0400 Subject: [python-win32] Does it support the 64-bit Excel Message-ID: Hi All, 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 1. Will it support Excel 64 bit. The users have Windows 10 and Excel 2016 both 64 bit? 2. Is there any documentation on the pywin32 library. I cannot seem to locate it on Github repository. Thanks in advance, Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From timr at probo.com Fri Apr 23 22:35:09 2021 From: timr at probo.com (Tim Roberts) Date: Fri, 23 Apr 2021 19:35:09 -0700 Subject: [python-win32] Does it support the 64-bit Excel In-Reply-To: References: Message-ID: <344fdfba-f104-09fa-f43e-8379deec7193@probo.com> 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 > > > 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, timr at probo.com Providenza & Boekelheide, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: