Workbook workbook = new Workbook();
Worksheet worksheet = workbook.getWorksheets().get(0);
Cells cells = worksheet.getCells();
cells.setColumnWidthPixel(0, 170);
ByteArrayOutputStream baos = new ByteArrayOutputStream();
…...the column widths in the converted HTML file are not the same as...column‑width value that is later converted back to pixels when the workbook...