this.getStyle().applyTo(cell, workbook);
}
@Override
public void update(Cell cell, Workbook workbook) {
ColumnIndex column = column(ExcelColumnIndex.from(cell.getColumnIndex()));
this.getStyle().applyTo(cell, workbook);
addTo(cell.getRow(), column, workbook);
}