https://issues.apache.org/bugzilla/show_bug.cgi?id=51037
--- Comment #9 from Nick Burch <[email protected]> --- (In reply to maksim.tsilayeu from comment #8) > it seems like an issue with generated xl\worksheets\sheet1.xml > > If you use sheet.setDefaultColumnStyle then generated xml is missing "s" > attribute - which is used for style reference, so it looks like: > <c r="I2" t="n"><v>41830.0</v></c> > > However if you use cell.setCellStyle then style attribute is generated, so > it looks like: > <c r="I2" t="n" s="1"><v>41830.0</v></c> Making changes to the default style on a column won't alter the cells within that column. If you want to style on specific cell (c element in xlsx) you need to use cell.setCellStyle on that specific cell. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
