The xlutils tag has no wiki summary.
3
votes
1answer
231 views
Python Excel (xlrd, xlwt) - How to copy a style from one cell and put it on another
Specifically I'm trying to open an existing workbook, and write some data to it.
However whenever I write the data it obliterates the borders on those cells.
So I'm wondering if there's a way to ...
0
votes
1answer
46 views
How do we preserve Shared Workbook property settings using xlrd,xlwt & xlutils?
When I open a Shared Workbook with Multiple Edit enabled, I loose the settings while saving the file using xlwt. Here is the code which I am trying, but this do not save the shared workbook ...