Commit 504c5ee1 by Tu Nombre

Lectura de excel

1 parent e507ce5c
......@@ -110,7 +110,7 @@ class FosaDiaria():
selenium.get(URL)
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas_1.txt"):
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas_5.txt"):
test = True
n = 0
while test:
......
#!/bin/bash
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-61 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
ls /home/taller_5/Descargas/ -ls | grep Planilla_Diaria-61 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_5.txt
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!