I frequently need to generate similar looking excel sheets for humans to read. Background colors and formatting should be similar. I'm looking to be able to read a template into python and have the values and cells filled in in Python.
It does not appear that xlsxwriter can read background color and formatting. It can output formatting, but it's taking a long time to code one template in manually.
openpyxl does not appear to have that function either.
I'm looking for a solution that would be able to read through a worksheet and say "A1 has a background color of red (or hex value), is bold, and has 'this is a template' in it." Does such a module exist?