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