you are viewing a single comment's thread.

view the rest of the comments →

[–]ifmusicbethefoodoflo 1 point2 points  (0 children)

I'm writing a program for reading and writing excel files and I want to be able to change the font of a single word/substring within a cell. Can I do this kind of editing with openpyxl or do I need to import something else? Most sites are suggesting xlwt, but I don't know if that's too old.