I have an excel (xlsx) file and I am trying to read the style of the template, in order to copy the style to another excel file, using python xlrd, and xlwt library
how can I read the style from a cell?
I have an excel (xlsx) file and I am trying to read the style of the template, in order to copy the style to another excel file, using python xlrd, and xlwt library
how can I read the style from a cell?
You can use xlutils.copy
in order to be able to copy the style from one sheet to other one.
This question seems to be duplicated. Following Preserving styles using python's xlrd,xlwt, and xlutils.copy