Bom dia!
Estou usando o openpyxl ele não estaa reconhecendo o caminh da minha planilha
segue a menssagem:
Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: '/Aulas/botwhatsapp/projeto1/venv/clientes.xlsx'
File "D:\_Aulas Tecnico\python\Aulas\botwhatsapp\projeto1\venv\app.py", line 8, in <module> workbook = openpyxl.load_workbook(filename='/Aulas/botwhatsapp/projeto1/venv/clientes.xlsx') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/Aulas/botwhatsapp/projeto1/venv/clientes.xlsx'
eu criei um ambiente virtual venv e o meu projeto, xlsx está dentro da pasta venv
grato