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: dev@poi.apache.org
          Reporter: 2523599...@qq.com
  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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to