Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Is it possible to specify Date XFStyle without an exact format with xlwt?
- datestyle = xlwt.XFStyle()
- datestyle.num_format_str = "YYYY-MM-DD"
- ws.write(row, column, "", datestyle)
Advertisement
Add Comment
Please, Sign In to add comment