I have a Cell object, how can I get the name of that cell?
Would like a function such as:
String name = myCell.getName();
In Excel I have named it in the name box, so I don't want to get 'B4', I would like to get the name such as "InterestRate".
Can't find such a method, can I achieve it in some other way?