xlrd makes it pretty easy to know what the last column is. is there an easy way using win32com? I have t开发者_如何学运维ried using ws.UsedRange.Rows.Count but this doesnt seem to give a correct ans
I am pretty stumped at the moment. Based on Can I use Win32 COM to replace text inside a word开发者_开发知识库 document? I was able to code a simple template system that generates word docs out of a t
I\'m trying to open a write-protected ms excel 2007 file using win32com in python -- I know the password.I can open it with user input of the password into the excel dialog box.I want to be able to op
I have a program that uses the win32com library to control iTunes, but have been having some issues getting it to compile into an executable. The problem seems to revolve around using DispatchWithEven
This VBA macro works: Sub Draw_Graph() Columns(\"A:B\").Select ActiveSheet.Shapes.AddChart.Select ActiveChart.SetSourceData Source:=ActiveSheet.Range(\"$A:$B\")
I am currently using the win32com module of CPython to use a DLL. I know some people using IronPython to automagically get the list of functions provided by this DLL. They don\'t need to register the
Can py2开发者_开发技巧exe create standalone executables even ones requiring the win32com package?
I\'ve seen numerous ways of retrieving installed programs on WinXP+ in python.What is the proper and most robust way of doing this?
In python w/ Outlook 2007, using win32com and/or active_directory, how can I get a reference to a sub-folder so that I may move a MailItem to this sub-folder?
Does anyone know how to get asynchronous data through Bloomberg\'s new data API (COM v3) with Pyth开发者_JS百科on? I found this code below on wilmott.com and it works just fine, but it\'s for the old