News

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 ...