switch (cellStyle.getAlignment()) {
case CellStyle.ALIGN_LEFT:
styleBuilder.leftAligned();
break;
case CellStyle.ALIGN_RIGHT:
styleBuilder.rightAligned();
break;
case CellStyle.ALIGN_CENTER:
styleBuilder.centerAligned();
break;
case CellStyle.ALIGN_JUSTIFY: