[python-win32] Does it support the 64-bit Excel

Tim Roberts timr at probo.com
Fri Apr 23 22:35:09 EDT 2021


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, timr at probo.com
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/python-win32/attachments/20210423/5bf5f33d/attachment.html>


More information about the python-win32 mailing list