https://bz.apache.org/bugzilla/show_bug.cgi?id=59443
Bug ID: 59443
Summary: Set cell comment address
Product: POI
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Cell comment address can be set with setRow and setColumn, but it's unusual to
change one without the other. XSSFComment's implementation duplicates some work
when setting these individually.
The following should be added to the Comment interface
CellAddress getAddress()
setAddress(CellAddress addr)
setAddress(int row, int col)
--
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]