[python-win32] Fwd: Autosizing column widths in Excel using win32com.client ?

2009-05-17 Thread James Matthews
-- Forwarded message -- From: nonse...@mynonsense.net Date: Fri, May 15, 2009 at 7:45 PM Subject: Autosizing column widths in Excel using win32com.client ? To: python-l...@python.org Is there a way to autosize the widths of the excel columns as when you double click them

Re: [python-win32] Fwd: Autosizing column widths in Excel using win32com.client ?

2009-05-17 Thread Tim Golden
James Matthews wrote: -- Forwarded message -- From: nonse...@mynonsense.net Date: Fri, May 15, 2009 at 7:45 PM Subject: Autosizing column widths in Excel using win32com.client ? To: python-l...@python.org Is there a way to autosize the widths of the excel columns as when you

[python-win32] about thre return value from pycom server

2009-05-17 Thread winterTTr
I recently write a com server as shell extension . And , i want to implement a interface call IQueryInfo which you can find some information about it via MSDN . As I can't find it the pythoncom , i implement it using the TypeLibrary as following lines. [shell_extension.idl]