未存在合并单元格的sheet使用
workbook.commandManager().execute({
cmd: "clipboardPaste",
sheetName: sheet.name(),
fromSheet: tempSheet,
fromRanges: fromRange,
pastedRanges: toRange,
isCutting: true,
clipboardText: "",
pasteOption: GC.Spread.Sheets.ClipboardPasteOptions.all,
});
就是正常的
有单元格的复制粘贴过来的数据就存在问题
版本是13.2.3
|
|