2

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?

Nima Soroush
  • 12,242
  • 4
  • 52
  • 53
Barak Rosenfeld
  • 394
  • 5
  • 18

1 Answers1

0

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

Community
  • 1
  • 1
Nima Soroush
  • 12,242
  • 4
  • 52
  • 53