Description
Categories
License
User Ratings
User Reviews
-
3-stars until I get it working... During installation, I get a 'Cannot Install' message with 'Python version 3.5 required...' I've got Enthought's Canopy installed which uses Python 2.7.6...Do I need to download/install Python 3.5 to get PyWin32 working, and if so, will that mess up my Canopy installation? (If you haven't guessed, I'm pretty new tot he Python scene) :) Steve
-
Can someone help me to solve the following code: I am trying to reterive the cells which are strikethrough and not strikethrough. But the below code shows all cells are 'not strikedthrough' return FALSE. But there are certain cells which are strikethrough in the Excelsheet. For those cells i want to see the corresponding results of TRUE. import win32com.client as win32 excel = win32.gencache.EnsureDispatch('Excel.Application') wb = excel.Workbooks.Open('C:/sample.xlsx') ws = wb.Worksheets("Sheet1") for j in range (3,5): for i in range (1,10): print ws.Cells(j,i).Value, ws.Cells(j,i).Font.Strikethrough excel.Application.Quit()
-
Great project.
-
This is probably a temporary issue, I have installed this with ARCGIS 10.2 and run it with some ARC training data. The training script failed. The outcome was I could no longer start arcmap ( now sorted) and I still cannot open the python window and arc toolbox( dependant on python.acess ) So if you are an ARCUser take care and check before installing.
-
I can't download anything but the readme file, error 500 on sourceforge when browse files