I have an excel xlsx file that I want to edit using python script. I know that openpyxl is not able to treat data-validation but I want just to edit the value of some cells containing data-validation and then save the workbook without editing those data-validation.
For now, when I try to do that, I get an error :
UserWarning: Data Validation extension is not supported and will be removed
and then my saved file doesn't contain anymore the data-validation.
Is there a way to tell openpyxl not to remove the data-validation when saving a workbook even if it can't read it?
win32com.clientto interact directly with the file.