Skip to content

Tag: xlsxwriter

Set_column breaks on date formats in xlsxwriter for python

I am a new python user and I am trying to understand why set_column and conditional_format work differently when I feel they should work the same. Here is an example of my code for set column. What I am doing here is trying to apply a date color for col6 and col 7 ‘startDate’ and ‘endDate&#8…