writing to existing workbook using xlwt

Posted by Raj N on Stack Overflow See other posts from Stack Overflow or by Raj N
Published on 2010-04-27T23:25:52Z Indexed on 2010/04/28 1:33 UTC
Read the original article Hit count: 700

Filed under:
|
|

I am unable to find examples where xlwt is used to write into existing files. I have a existing xls file that I need to write to. When I use xlrd to read the file, I cant seem to figure out how to transform the "Book" type returned into a xlwt.Workbook. I would appreciate if someone can point me to an example.

© Stack Overflow or respective owner

Related posts about python

Related posts about xlwt