need custom formatting when pasting to excel

for eg: 1234.00 should be pasted 1,234
right now I am using text/plain custom copy from javascript, which has cellValue and cellStyle

Hi @Bunny,
Unfortunately, it is impossible to apply custom formatting when pasting to excel.
However, you can replace 1234.00 to1234,00 using clipboardDecimalDelimiter property.