StyleFrame
StyleFrame copied to clipboard
Default background color should be "No Fill"
Currently the background colour for cells defaults to white, per:
https://github.com/DeepSpace2/StyleFrame/blob/9a9ab5722e503253e42cc7ac0f8bbe352bcddf4a/styleframe/styler.py#L94
I think the default background colour should be No Fill.
This is important when, for instance, the user adds a Table to the spreadsheet. Its banding won't appear if the cell background is white.
Maybe related to https://github.com/DeepSpace2/StyleFrame/issues/42.
I think this is not about the default value of Styler.bg_color, but of Styler.fill_patern_type, right?
Probably Styler.fill_patern_type; I'm no expert on openxml
This issue has been automatically marked as stale because it has not had activity in the last 60 days.