Editing workbooks with rich text in openpyxl

Formatting below the level of the cell is not supported by openpyxl. To use it you’d have to implement your own code when writing as openpyxl just stores whatever strings it receives. Full read/write support would add a great deal of complexity.

Leave a Comment