6
xlwtを行に使用しようとしています。(i).height、しかし結果はありませんでした。Python XLWTで行の高さを指定できません
マイコード:
import xlwt
book = xlwt.Workbook(encoding='latin-1')
sheet = sheet.add_sheet('KPI.TiempoRespuesta',cell_overwrite_ok=True)
sheet.write(1, 4, "BLABLABLABLABLABLABLABLABLABLABLABLA")
sheet.row(4).height = 256*20
book.save("book.xls")
私は、セルの高さを強化したい; /が、行(i)は、何も
完璧!ありがとう! –
ありがとうiMom0 .. :) –