left = Inches(0.2)
top = Inches(1.0)
width = Inches(15.0)
height = Inches(3)
column_width= [Inches(0.2),Inches(0.4),Inches(2),Inches(0.43),Inches(0.43)]
I want to create a table, which has the first row(heading)'s height is only Inches(1.0), and other rows# heights are Inches(3). I can only set the rows' heights for all rows, but not customize it.
Is it possible to do something like this?