Commit bc471426 by Your Name

funcionado lo basico

1 parent 07a7a02f
...@@ -42,18 +42,19 @@ class NegroReport(): ...@@ -42,18 +42,19 @@ class NegroReport():
return(''.join(random.choice(letters) for i in range(stringLength))) return(''.join(random.choice(letters) for i in range(stringLength)))
def Encabezado(self, Reporte): def Encabezado(self, Reporte):
self.ConfiguracionExecl()
"""Trato de cargar el encabezado si este no es nulo sino""" """Trato de cargar el encabezado si este no es nulo sino"""
#print("armador encabezado", Reporte["Titulos"]) #print("armador encabezado", Reporte["Titulos"])
try: try:
self.Excel.Encabesado = Reporte["Titulos"] self.Excel.Encabesado = Reporte["Titulos"]
print("armador encabezado", Reporte["Titulos"]) #print("armador encabezado", Reporte["Titulos"])
except: except:
self.Excel.Encabesado = [] self.Excel.Encabesado = []
print("falla encavezado") print("falla encavezado")
def Generador(self): def Generador(self):
self.DB.Leer() self.DB.Leer()
self.ConfiguracionExecl() #self.ConfiguracionExecl()
self.Excel.QUERY = self.DB.resultado self.Excel.QUERY = self.DB.resultado
self.Excel.ArmarLibro() self.Excel.ArmarLibro()
return(self.Archivo) return(self.Archivo)
\ No newline at end of file \ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!