obj.dispatch('onchange', el, (obj.records[y] && obj.records[y][x] ? obj.records[y][x] : null), x, y, value, record.oldValue);
// alert("点击了2492",obj.dispatch)
// obj.records[2][2]=555
console.log("点击了2493", x, y, value)
console.log("点击了obj",el)
在 vue页面
let spreadsheet = jexcel(that.$el, that.tb_options)
Object.assign(that, {spreadsheet})
怎样获得 jexcel.js 里面的 'onchange" ? 新学,还不懂英语,太难了,求指教!