merge excel cells using pyExcelerator

Posted by zhangzhong on Stack Overflow See other posts from Stack Overflow or by zhangzhong
Published on 2010-03-18T10:52:54Z Indexed on 2010/03/20 13:51 UTC
Read the original article Hit count: 351

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about python

Related posts about pyexcelerator