Commit 7ba1b595 by Tu Nombre

Lectura de excel

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