https://bz.apache.org/bugzilla/show_bug.cgi?id=60845
--- Comment #10 from [email protected] --- The XML-Fragment results from the copy() function in CTFill! private CTFill getCTFill(){ CTFill ct; // bug 56295: handle missing applyFill attribute as "true" because Excel does as well if(!_cellXf.isSetApplyFill() || _cellXf.getApplyFill()) { int fillIndex = (int)_cellXf.getFillId(); XSSFCellFill cf = _stylesSource.getFillAt(fillIndex); ct = (CTFill)cf.getCTFill().copy(); // ^^^^^^ } else { ct = CTFill.Factory.newInstance(); } return ct; } -- 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]
