win32com and MS Excel
John J. Lee
jjl at pobox.com
Sat Feb 16 16:47:05 EST 2002
More information about the Python-list mailing list
Sat Feb 16 16:47:05 EST 2002
- Previous message (by thread): win32com and MS Excel
- Next message (by thread): win32com and MS Excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 16 Feb 2002, Jimmy Retzlaff wrote: > >from win32com.client import Dispatch [...] > >but with 50000 elements you'll have to wait some minutes for > >Excel to show the data. And with 100000, I get a fatal error. [advice to run makepy.py snipped] You can also ensure this has been done by just changing Dispatch to win32com.client.gencache.Dispatch (not entirely sure that's where gencache is, but you get the idea). John
- Previous message (by thread): win32com and MS Excel
- Next message (by thread): win32com and MS Excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list