win32com
dll load errors in python executable made from pywin32
I created python executables with py2exe with both 64bit python interpreter and 32 bit python interpreter.[详细]
2023-03-13 18:40 分类:问答Python - Extra Excel chart series with win32com
I\'m writing some code for an assignment, and I need to create a simple column chart in Excel. This afternoon I found win32com (amazing tool by the way), but I\'ve been suffering from either the lack[详细]
2023-03-12 12:23 分类:问答python win32 COM closing excel workbook
I open several different workbooks (excel xlsx format) in COM, and mess with them. As the program progresses I wish to close one specific workbook but keep the rest open.[详细]
2023-03-12 10:47 分类:问答How do I run excel using all the default add-ins from Python win32com
import win32com import win32com.client as win32 xl = win32.gencache.EnsureDisplatch(\'Excel.Application\')[详细]
2023-03-10 00:09 分类:问答Python Win32, how to save an XLS as a CSV?
I\'m loading up a .xlsx with win32com and would like to save the results as a csv when I\'m done. myworkbook.SaveAs(\'results.csv\')[详细]
2023-03-09 06:56 分类:问答Simple Music Player Wont Play
I\'m trying to write a simple music player. For some reason after I select a m开发者_如何学运维p3 file and hit the play button, no sound occurs. No error, nothing. It seems to skip right over the comm[详细]
2023-03-05 04:51 分类:问答Not getting all InfoMessage Events with Python and win32com
I am currently trying to get the percentage complete messages that are returned by the InfoMessage event from ADO (and a SQL server) when running the BACKUP command. (See my previous question for more[详细]
2023-03-03 09:20 分类:问答How to get overrides in historical bloomberg api via python
In the Excel API, Bloomberg allows for overrides and allows you to specific periodicity: BDH(\"IBM EQUITY\",\"BEST SALES\",\"1/1/2011\",\"2/1/2011\",\"BEST FPERIOD OVERRIDE\",\"BF\",, \"DAYS=W\",\"FI[详细]
2023-02-25 18:27 分类:问答Component creation fails under UAC admin, works without UAC elevation
I have a .NET COM dll with a custom registration procedure so it gets registered under HKEY_CURRENT_USER\\Software\\Classes as opposite to HKEY_LOCAL_MACHINE. So there are the following keys (current[详细]
2023-02-24 03:29 分类:问答Excel win32com programming with Python. Passing Parameters to function
I suspect there is an easy answer for this question but I can\'t find it anywhere!I am writing a function to plot a lot of data in excel and I am controlling the plotting with Python.I have generated[详细]
2023-02-16 23:57 分类:问答