I'm using DocX4J for creating an excel file. Now I want to give some rows a background color, depending on a calculation done before creating the excel. However, I can not find a method or something to add a backround color for a row. The Java-Doc is also not very helpful. I thought about coloring each cell, but cells also don't have a proper method. (They don't have any proper-named methods at all ...).
Anybody knows a hint? It is really difficult to find some documentation ...