Пример #1
0
def fecha():
	detalle_vel_bajada = 'DETALLE_VEL_BAJADA_CTR'
	detalle_vel_subida = 'DETALLE_VEL_SUBIDA_CTR'
	detalle_Disponibilidad = 'DETALLE_DISPO_CTR'
	myframe.cls()

	year=datetime.date.today().strftime("%Y")
	mes=datetime.date.today().strftime("%B")
	dia=datetime.date.today().strftime("%A")
	fecha_actual = datetime.date.today().strftime("%Y%m%d")
	print mes,year

	detalle_vel_bajada=fecha_actual +'_'+ detalle_vel_bajada +'.1'
	detalle_vel_subida=fecha_actual +'_'+ detalle_vel_subida +'.1'
	detalle_Disponibilidad=fecha_actual +'_'+ detalle_Disponibilidad +'.1'

	print detalle_vel_bajada
	print detalle_vel_subida
	print detalle_Disponibilidad
Пример #2
0
dia_muestra.value="dia_muestra"
hora_muestra = hoja.cell("L1")
hora_muestra.value="hora_muestra"
valor_muestra = hoja.cell("M1")
valor_muestra.value="valor_muestra"
detalle_vel_bajada = 'DETALLE_VEL_BAJADA_CTR'
detalle_vel_subida = 'DETALLE_VEL_SUBIDA_CTR'
detalle_Disponibilidad = 'DETALLE_DISPO_CTR'
fecha_actual = datetime.date.today().strftime("%Y%m%d")
detalle_vel_bajada=fecha_actual +'_'+ detalle_vel_bajada +'.1'
detalle_vel_subida=fecha_actual +'_'+ detalle_vel_subida +'.1'
detalle_Disponibilidad=fecha_actual +'_'+ detalle_Disponibilidad +'.1'
idm = 1
dd = 0
horas = 8
myframe.cls()
# Cargar archivo CSV
print archivo
reader = csv.reader(open(archivo,'rb'),delimiter=",")
for index,row in enumerate(reader):
	id_muestra = hoja.cell("A"+str(index+2))
	id_muestra.value=idm

	rbd=hoja.cell("B"+str(index+2))
	rbd.value=row[3]

	id_enlace=hoja.cell("C"+str(index+2))
	id_enlace.value=row[1]

	anexo = hoja.cell("D"+str(index+2))
	anexo.value=row[2]