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

            Bug ID: 59277
           Summary: Add convenience utility for adding a cell comment to a
                    sheet
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

There are a lot of details that the user has to concern themselves with when
creating a cell comment, as the quick-guide shows [1].

Perhaps this could be consolidated into one or two utility functions (CellUtil,
perhaps) to make it easier to create new cell comments.

static void addCellComment(Cell cell, CellRangeAddress anchor,
String/RichTextString comment, String author);

[1] http://poi.apache.org/spreadsheet/quick-guide.html#CellComments

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