Bug 59443

Summary: Set cell comment address
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Javen O'Neal 2016-05-09 05:06:33 UTC
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)
Comment 1 Javen O'Neal 2016-05-09 05:48:00 UTC
Applied in r1742879 r1742880 r1742881 r1742882