QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Worksheet tab colour

Open Bf88 opened this issue 6 years ago • 1 comments

Thanks so much for this library.

Is it possible to set the colour of a worksheet tab? If not, is it something you intend to implement?

Thank you.

Bf88 avatar Mar 30 '18 10:03 Bf88

It currently is not but it shouldn't be hard to implement. The description is in 18.3.1.93 and 18.3.1.93 of ISO/IEC 29500-1 We just need to add a getter/setter for the XlsxColor of the tab and save it in a tabColor element in Worksheet::saveToXmlFile

VSRonin avatar Apr 13 '18 17:04 VSRonin