https://bz.apache.org/bugzilla/show_bug.cgi?id=65374

            Bug ID: 65374
           Summary: XSSFRichTextString Fine-grained thickening does not
                    work
           Product: POI
           Version: 5.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

XSSFFont font1 = wb.createFont();
font1.setBold(true);

XSSFFont font2 = wb.createFont();
font2.setBold(true);

XSSFRichTextString s = new XSSFRichTextString();
s.append("apache poi 5.0.0", font1);
s.append("test", font2);
row0Cell0.setCellValue(s);

-- 
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]

Reply via email to