Opening an excisting xlsx document (WorkbookFactory.create(new FileInputStream(file))), writes more content to some of the cells. Column widths from original xlsx is reset to 10.67 (2.43cm). If I open a xls file instead (same code), the column widths from the original file is kept. Using poi-ooxml 3.5-beta4
Fixed in r747895 Yegor