A plain black and white Excel sheet is a bit boring, especially one that doesn't even have the occasional text font changes. Every workbook comes with a stylesheet - all you need to do is request it via getStyleSheet()
The downside to this is the lack of a shared font style - you might have ten different 'bold' definitions.
Colors
There are two different ways to specify a color of something. First is to reference the theme color, second is to reference an ARGB hexidecimal. All of my colors have been solid, opaque colors - so they've started with 'FF' (hex 255).
Colors can be set as a simple string or an object that represents some information about the color. That information might be the tint or it's theme color index.