News

These two also take an optional kwarg of "override_cell_format". If True, any row/column formatting will replace any clashing cell's format. The default is False. Third, apply a format to an entire ...
Add row-wise / header formatting options to write_excel ... In terms of the API, it seems mirroring "row_heights" / "column_formats" would be best. I propose: row_formats: dict[int,dict] A {row_index ...