Combine format objects in Spreadsheet::WriteExcel
I have a format object that sets the background colour, and a second one that sets the number format. If I apply one, then the other to a cell, the second one wipes out the effects of the first one.
i.e. they are mutually exclusive. Is there a nice way to combine them?
Unfortunately, it isn’t possible to apply more than on format to a cell and merge them with Spreadsheet::WriteExcel.
This is a planned feature for the updated Excel::Writer::XLSX but it probably won’t be back ported to Spreadsheet::WriteExcel.