fast_excel icon indicating copy to clipboard operation
fast_excel copied to clipboard

set_bg_color followed by set_fg_color problem

Open davidw opened this issue 7 years ago • 2 comments

When I do this, it causes the bg color to not get set.

    header_format.set_bg_color(0x98AAEE)
    header_format.set_fg_color(0x000000)

Maybe related to: https://github.com/Paxa/fast_excel/issues/6

davidw avatar Jul 17 '17 20:07 davidw

@davidw did you try setting font color instead?

header_format.set_font_color('000000')

iamtheschmitzer avatar Aug 16 '18 16:08 iamtheschmitzer

I don't recall, at this point.

davidw avatar Aug 16 '18 16:08 davidw