How to set or change default height of table in openpyxl
问题 I want to change table height by openpyxl,and I wish a more large height value as default at first,then I can set auto wrap line to make my table more beautiful,but I don't know How To Change Default Height.The only way I know so far to change table height is setting the value of row_dimension[idx].height but with this method ,the height will be fixed and some lines with too many words will overflow the cell which isn't what I want. I have tried to change default table height by changing the