I'm using xlwt to make a .xls spreadsheet, and I need to create date cells.
I've got writing out numbers, and setting the number format string to make them look like dates, but critically they aren't actually getting written as dates - if you do format cell in Excel, it's a "custom" Category rather than a "date" one, and this matters.
Can I make xlwt actually write "date" cells?