ExcelWriter using openpyxl engine ignoring date_format parameter
ExcelWriter using openpyxl engine ignoring date_format parameter Question: I have read quite a few answers on this, but when I run my code I don’t get the same result. I am using pandas 2.0.0 and openpyxl 3.1.2 on Python 3.9 This is a reduced example of my issue, which is that I can’t get the …