Rename the cells_styles() function as cell_text(). This helper function should only be concerned with cell text so all text_* args should be renamed to lose the text_ part.
Additionally, the cell_fill() helper function needs to be created to handle cell fill parameters. Currently, the bkgd_color argument is present in cells_styles(). It needs to be in cell_fill() as color.
Fixed in #239.
Most helpful comment
Additionally, the
cell_fill()helper function needs to be created to handle cell fill parameters. Currently, thebkgd_colorargument is present incells_styles(). It needs to be incell_fill()ascolor.