merge excel cells using pyExcelerator
- by zhangzhong
I want to merge two cells in excel using pyExcelerator ,
ws.write_merge(r1=0,r2=1,c1=0, c2=0, label='test1', style=style1)
#merge cell1(row=0, column=0) with cell2(row=1, column=0)
Why the errors happen?
AssertionErrors,0 < 0 errors