Posted 19 December 2017, 1:12 pm EST
I’m trying to initiate copy in code so I can paste to excel from spread js.
I saw code example for paste but not for copy.
This is my code:
let spreadsheetWorkbook = new GC.Spread.Sheets.Workbook(element[0], {sheetCount: 1, allowCopyPasteExcelStyle: true});
spreadsheetWorkbook.getWorkbook().commandManager().execute({cmd: “copy” });
Providing more options (sheetName, fromSheet etc) also does not work.
Thank you
