//插件网址
//http://excel.wj2015.com/_book/docs/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B.html
//表格单元格相同值合并
//使用:
//引用插件库 excel.js
//var columsName = ['ModuleCNamePar'];//需要合并的列名称
//var columsIndex = [0];//需要合并的列索引值
//objLayuiExpand.Merge(res, columsName, columsIndex);
var columsName = ['ModuleCNamePar'];//需要合并的列名称
var columsIndex = [0];//需要合并的列索引值
objLayuiExpand.Merge(res, columsName, columsIndex);
效果如下:
标签:表格,合并,单元格,columsName,columsIndex,var From: https://www.cnblogs.com/zyx321/p/18131631