question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Copy pasting custom cells

See original GitHub issue

Currently, there seems to be no clean way of copying/pasting custom cells. A simple approach to copying would be to run JSON.stringify() on the cells copyData value. Also provide an onPaste function for cells that allows us to specify how to update the cell data.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jassmithcommented, May 24, 2022

Moving the scope of those events to the cell doesn’t make sense in some cases. A paste event may write to cells which are offscreen and thus not even realized.

0reactions
jassmithcommented, May 25, 2022

Will be fixed in 4.0.4

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copy cell formatting - Microsoft Support
Select the cell with the formatting you want to copy. Select Home > Format Painter. Drag to select the cell or range you...
Read more >
Excel Paste Special: copy values, comments, column's width ...
Select the data to be copied and press Ctrl + C. Right-click the upper-left cell of the target range. Hover over Paste Special,...
Read more >
Custom copy paste | General Discussion | Wijmo 5 - GrapeCity
Hello, I'll need to create custom copy/paste because underlying data-structure quite complex and direct copy paste won't work.
Read more >
Copy and paste displayed value of a custom rendered cell
I have trouble copying the value displayed is a cell using a custom renderer. This cell is used to display the result of...
Read more >
Paste Special in Excel | CustomGuide
1. Copy a cell value. 2. Click the cell where you want to paste the value. 3. Click the Paste list arrow.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found