in thumbnails4j-xlsx/src/main/java/co/elastic/thumbnails4j/xlsx/XlsxToHtmlSerializer.java [183:189]
private void styleContents(Formatter html, CellStyle style){
styleOut(html, "text-align", HORIZONTAL_ALIGNMENT.get(style.getAlignment()));
styleOut(html, "vertical-align", VERTICAL_ALIGNMENT.get(style.getVerticalAlignment()));
fontStyle(html, style);
borderStyles(html, style);
colorStyles(html, style);
}