Bug 46715

Summary: Column width from original xlsx file is discarded
Product: POI Reporter: Ronny Løvtangen <ronny>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 3.5-dev   
Target Milestone: ---   
Hardware: Macintosh   
OS: other   

Description Ronny Løvtangen 2009-02-16 07:26:57 UTC
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
Comment 1 Yegor Kozlov 2009-02-25 11:13:14 UTC
Fixed in r747895

Yegor