Workbook workbook = new Workbook();
Worksheet worksheet = workbook.getWorksheets().get(0);
Cells cells = worksheet.getCells();
cells.setColumnWidthPixel(0, 170);
ByteArrayOutputStream baos = new ByteArrayOutputStream();
…...setColumnWidthPixel(0, 170); ByteArrayOutputStrea baos...previously set widths,one is 170 and the other is 146.What could...