ImportError: Nenhum módulo denominado win32com.client
Atualmente, estou usando o python 2.7 e tentando abrir uma planilha do Excel. Ao usar o código abaixo: import os from win32com.client import Dispatch xlApp = win32com.client.Dispatch("Excel.Application") xlApp.Visible = True # Open the file we want in Excel workbook =