Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [copy]

To copy is to create a duplicate of an object without destroying the original. Commonly seen in text editors that will let you copy some text and paste it somewhere else.

copy
0 votes
0 answers
12 views

How can I create a copy/clone of a sheet in a spreadsheet document using ODFDOM?

I need to create a full copy of a table sheet in an ODF Spreadsheet document using ODF Toolkit. I'm trying to clone like this: ods.getContentRoot().appendChild(ods.getContentRoot().getChildNodes()....
user26431655's user avatar
0 votes
1 answer
15 views

Modify the values in a (global) list of dictionary without reference

I'm new to python - being an educator trying to write to python script to score student's performance downloaded from an online polling platform. I've solved most problems until something like this: I'...
Chris H's user avatar
0 votes
1 answer
17 views

Is there something that caches deleted files for a period of time on the drive? [closed]

I am having problems determining the creation time of a file. When I copy a file from one folder to another and delete the original file, the copy gets a new created date. If I copy the copy back to ...
RealJ0ul's user avatar
0 votes
0 answers
61 views

io.Copy on ssd costs too much time

Recently I developed a simple file upload server using the Go language. The key code is as follows: func saveFile(r io.Reader, n int64) error { objectID := "1cb700e18a864328a561641736af934c&...
simaocat's user avatar
0 votes
1 answer
29 views

VBA - appending copied values to end of column

I am trying to paste a column copied from one workbook to the end of another column in another workbook. I have copied the values and have the address of where I want to paste, but I can't paste a &...
Jackson's user avatar
0 votes
0 answers
45 views

How do I get the VBA Code to stop overwriting when I copy the data to another sheet

I have a VBA macro which is supposed to copy data from one sheet to another when the row is highlighted. It sort of does this, but it defaults to overwriting the end row, I've tried changing it but it ...
Aaron Sharples's user avatar
0 votes
1 answer
30 views

Snowflake COPY INTO Table from Multiple Stage folders files

I am new to Snowflake and I have searched this in Stackoverflow but I couldn't find a solution yet. I'd like to have this import from multiple folders copy into WWD.PUBLIC.July2 from @my_s3_stage/2024-...
Senthil P Nathan's user avatar
1 vote
2 answers
83 views

If only the virtual destructor is declared as default, Is the copy constructor implicitly generated?

In the case of the example below Implicitly, the move constructor and move assignment operator are not created. I knew. So, are the copy constructor and copy assignment operator generated? Is the ...
tux Neoh's user avatar
0 votes
1 answer
26 views

How to copy with SCP from a remote server and stop seeing "No such file or directory"?

There are a number of similar questions here. But I spent more than four hours searching for a solution to an SCP error ("No such file or directory") that addressed my specific situation. ...
Redgard's user avatar
  • 21
0 votes
1 answer
27 views

Copying data into a worksheet when the destination has hidden rows

Here's a simplified version of my problem. I’m using a macro to copy a range of doctor's names in A1:A10 to multiple other worksheets. Some of the worksheets I’m pasting into have hidden rows, so ...
user25903802's user avatar
1 vote
1 answer
55 views

Swift FileManager.default.copyItem(at: URL, to: URL) folder permission error

I'm writing a small Mac OS X Desktop application that copies a random sampling of files from a source folder to a destination folder, see Select-Random-Files. The code that's giving me the most ...
belovachap's user avatar
0 votes
1 answer
37 views

Error when using the copy function in postgresql

I need to use the copy function with innerjoin from more than one table with where. Postgresql if pgadmin 4 When I do this query, it returns the data I need select * from estabelecimento join empresa ...
Gleison Sette's user avatar
0 votes
1 answer
83 views

How to copy and paste data into n new workbooks based on two filters with VBA?

My goal is to copy and paste data from 1 Master workbook into n separate workbooks. The user should be able to select a "Desk" in the Master which then triggers the creation of X amount of ...
Malganas's user avatar
  • 107
0 votes
1 answer
56 views

VBA Macro special pasting #VALUE! instead of the underlying Factset FDS value of the formula

When trying to paste the contents of a sheet into another workbook, the formulas aren't updating until I select an option for keeping the large amount of information on the clipboard pop-up. I tried ...
Jayroot8's user avatar
0 votes
2 answers
37 views

Batch file - Root folder does not copy

1: The following code creates a date stamped destination folder correctly, ie: \\MyServer\MyFiles\Version\YYYMMDDHHNN\ 2: However, only files from the source are copied over, not the folder. What I ...
StaffsLebowski's user avatar

15 30 50 per page
1
2 3 4 5
759