Top "Copy-paste" questions

For issues relating to cut, copy, and paste operations.

openpyxl - "copy/paste" range of cells

I'm new to Python and I'm trying to adapt some of my VBA code to it using the openpyxl library. …

python copy-paste openpyxl excel-automation
iOS - detect when user copy to clipboard - [UIPasteboard generalPasteboard]

quick easy question while using a WebView with some text in it - the user can select a snippet of …

iphone objective-c ios copy-paste uipasteboard
Integrate Emacs copy/paste with System copy/paste

I have (cua-mode t) in my .emacs, so that C-c is copy and C-v is paste just like most other …

linux emacs copy-paste gnome
Spreadsheet-like input in html?

I'm writing a webpage (PHP/html/css) and I would like to let my users enter a lot of data, …

html input spreadsheet copy-paste
Excel VBA application.sendkeys "^C", True not working

I am using Excel VBA to copy text selection from an Access file (I'd prefer not to get into details …

excel ms-access copy-paste data-objects vba
Photoshop: Copy and paste an image without trimming transparency

I have an image fo this kind: 1000x1000 but only a portion of the image is opaque, think a filled …

photoshop copy-paste
Copying to global clipboard does not work with Java in Ubuntu

The following code from a standalone application works in ubuntu: import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import …

java swing ubuntu awt copy-paste
git clone vs copy paste, what's the difference?

as stated in the subject note: the git clone i mean is the git clone without any option, the one …

git copy-paste git-clone
Copy syntax-coloured code block as rtf in intelliji IDEA?

Is there a simple way to copy syntax-coloured code block as rtf in intellij IDEA?

intellij-idea syntax-highlighting copy-paste