LDEV-5227 Use CellUtil to set cell style properties
Excel keeps all cell style definitions in memory and then only applies
them to cells. Creating a new style for each cell is inefficient and has
built-in limitations. CellUtil keeps track of existing cell styles and
reuses existing ones when possible.