Currently the background colour for cells defaults to white, per:
|
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.