效果
===============
var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; //列号
var ro = cr.row; //行号
var b = FR.columnRow2CellStr({col: col-2, row: ro}); //获取文件当前单元格
var a=FR.remoteEvaluate('=filename('+b+')');
alert(a);