Guest User

Untitled

a guest
Jun 9th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Is it possible to specify Date XFStyle without an exact format with xlwt?
  2. datestyle = xlwt.XFStyle()
  3. datestyle.num_format_str = "YYYY-MM-DD"
  4. ws.write(row, column, "", datestyle)
Advertisement
Add Comment
Please, Sign In to add comment