AssertionError while merging cells with xlwt (Python)

产生这一错误的原因是,行列数字的赋值有问题,三行数字大于下行数字,左列数字大于右列数字。
sheet.write_merge(top_row, bottom_row, left_column, right_column, content, style)

原文地址:https://www.cnblogs.com/everfight/p/python_xlwt.html