excel:utils-index-offset

说明:根据行列偏移量计算单元格索引
参数:BaseCellId:基础单元格索引,可以为A1引用格式或者行列数字列表
参数:rowOffset:行偏移量
参数:columnOffset:列偏移量

用法:
 (excel:utils-index-offset basecellid rowoffset columnoffset)

参数:1 basecellid : 未明确定义;2 rowoffset : 未明确定义;3 columnoffset : 未明确定义;

返回值:A1格式的单元格索引

示例:
(excel:Utils-index-offset "A1" 2 3)