Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to force a copy of a protected Google doc? [closed]

Google docs can “lock” a page so that it’s impossible to copy from its text. This seems wrong to me; shouldn't a computer’s ability to copy and paste be intrinsic? I can’t understand how a webpage can “overstep” its authority and prevent my computer from doing something totally natural. It seems that if I can be served and display text that I should be able to copy it.

How does this webpage prevent my machine from copying?

like image 864
Mr_Dave Avatar asked Oct 28 '16 01:10

Mr_Dave


People also ask

Is it possible to force a copy of a protected Google sheet?

No. You will NOT be able to download the sheet BUT you can copy paste the entire content from the sheet to a new sheet.

Can you prevent people from making copies of Google Docs?

Select one or more files you want to limit. Click Share or Share. In the bottom right, click Advanced. Check the box next to "Disable options to download, print, and copy for commenters and viewers."


1 Answers

Here is how to copy (or print) the protected google sheet values.

NOTE: With this technique you can copy the cells from each sheet; it's not possible to duplicate the spreadsheet file itself. Formatting is preserved but formulas are not.

  1. Change the URL to:

    https://docs.google.com/spreadsheets/u/1/d/***[document id]***/preview

    The document ID is the random string found in the google sheet URL that is normally 40 to 45 characters long.

  2. For each sheet, type Ctrl+A, Ctrl+C

  3. Paste the cells into another spreadsheet. Formatting

like image 198
JRosal Avatar answered Sep 18 '22 07:09

JRosal