Commit bc471426 by Your Name

funcionado lo basico

1 parent 07a7a02f
......@@ -42,18 +42,19 @@ class NegroReport():
return(''.join(random.choice(letters) for i in range(stringLength)))
def Encabezado(self, Reporte):
self.ConfiguracionExecl()
"""Trato de cargar el encabezado si este no es nulo sino"""
#print("armador encabezado", Reporte["Titulos"])
try:
self.Excel.Encabesado = Reporte["Titulos"]
print("armador encabezado", Reporte["Titulos"])
#print("armador encabezado", Reporte["Titulos"])
except:
self.Excel.Encabesado = []
print("falla encavezado")
def Generador(self):
self.DB.Leer()
self.ConfiguracionExecl()
#self.ConfiguracionExecl()
self.Excel.QUERY = self.DB.resultado
self.Excel.ArmarLibro()
return(self.Archivo)
\ 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!