Mercurial > repos > artbio > facturation_ibps
comparison facturation.py @ 1:e93bf8bd0e93 draft default tip
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
author | artbio |
---|---|
date | Sat, 20 Jun 2020 20:14:26 -0400 |
parents | 27f2ef353554 |
children |
comparison
equal
deleted
inserted
replaced
0:27f2ef353554 | 1:e93bf8bd0e93 |
---|---|
70 elements[u'nombre(s)'] = pd.to_numeric(elements[u'nombre(s)']) | 70 elements[u'nombre(s)'] = pd.to_numeric(elements[u'nombre(s)']) |
71 elements[cout_col] = pd.to_numeric(elements[cout_col]) | 71 elements[cout_col] = pd.to_numeric(elements[cout_col]) |
72 | 72 |
73 # ouverture fichier output | 73 # ouverture fichier output |
74 facture_output = openpyxl.load_workbook( | 74 facture_output = openpyxl.load_workbook( |
75 template, data_only='True', keep_vba=False) | 75 template, data_only=False, keep_vba=False) |
76 ws = facture_output.worksheets[0] | 76 ws = facture_output.worksheets[0] |
77 | 77 |
78 # rajout de l'image de SU qui ne survit pas à la conversion | 78 # rajout de l'image de SU qui ne survit pas à la conversion |
79 img = openpyxl.drawing.image.Image('template_SU.jpg') | 79 img = openpyxl.drawing.image.Image('template_SU.jpg') |
80 img.anchor = "A1" | 80 img.anchor = "A1" |