I see a couple examples of how to set the orientation of a text box, but not cell in a text box. I see how to format other things, like bold:
bold_format = workbook.add_format({'bold': True})
worksheet.write('A1', "something", bold_format)
but not vertically oriented text.