Bug 58639 - Add getReference to common_ss Cell
Summary: Add getReference to common_ss Cell
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.14-dev
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 14:14 UTC by Javen O'Neal
Modified: 2016-08-03 00:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.