-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Currently the background colour for cells defaults to white, per:
StyleFrame/styleframe/styler.py
Line 94 in 9a9ab57
| self.bg_color = get_color_from_string(bg_color, default_color=utils.colors.white) |
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.