dimanche 13 mai 2018

Conditional value for a cell in excel sheet using python

Using openpyxl I am working on creating a new excel workbook. I need to add conditional statements for some cells like,

For example:

=IF(C19="John","","X")

I am unable to find respective function from openpyxl module to add conditions. Is there any function which I can use from this openpyxl ?

Aucun commentaire:

Enregistrer un commentaire