Bug 58639

Summary: Add getReference to common_ss Cell
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: P2    
Version: 3.14-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Javen O'Neal 2015-11-23 14:14:31 UTC
XSSFCell.getReference -> String
HSSFCell and SXSSFCell would benefit from having this method as part of the common spreadsheet api
Comment 1 Javen O'Neal 2016-08-03 00:31:43 UTC
The same can be achieved through:
Cell.getAddress().formatAsString()

Having a dubiously named shortcut isn't needed.