您好,我这边测试了一下,使用的版本号是:Spread JS V12.0.4
使用的代码是:
- $(document).ready(function () {
- var spread = new GC.Spread.Sheets.Workbook(document.getElementById("ss"));
- spread.bind(GC.Spread.Sheets.Events.ClipboardPasted, function (s, e) {
- console.log(e);
- });
- spread.bind(GC.Spread.Sheets.Events.ClipboardPasting, function (s, e) {
- console.log(e);
- });
- });
复制代码
Chrome 版本 71.0.3578.98(正式版本) (64 位):
IE 版本 11.472.17134.0:
edge 版本 € 42.17134.1.0 Microsoft EdgeHTML 17.17134
数据来源:Excel版本
|