LDEV-5227 Use CellUtil to set cell style propertiesExcel keeps all cell style definitions in memory and then only appliesthem to cells. Creating a new style for each cell is inefficient and hasbuilt-in limitations. CellUtil keeps track of existing cell styles andreuses existing ones when possible.