Posted 19 February 2018, 6:13 am EST
Hi,
After sheet gets initialized, we have are setting following:
sheet.options.clipBoardOptions = GC.Spread.Sheets.ClipboardPasteOptions.values
and then tried to copy a range of cells (with some format like background color, applied) from excel to spread sheet and I am seeing that along with values, format is also being copied. This is not happening in Spread V9.
in Spread V9 we used to use the following:
sheet.clipBoardOptions(GcSpread.Sheets.ClipboardPasteOptions.Values);
How to fix this?
Thanks,.
Viswanath
Note: I have attached 2 HTML files with v9 version of setting ClipboardPasteOptions and V11 version of setting ClipboardPasteOptions. So, open each of them and then copy paste cells unto each of them, you will see the difference.
