I read in the past that Google does not allow copying values into clipboard but can it at least copy data from clipboard? If there is a way, what would the script look like as I have no clue.
I have a spreadsheet where users copy 2-3 lines of data (Address) from external source (Email or PDF) and then paste that date into multiple cells on the spreadsheet. Users usually have to copy-paste the street1, street2, zip code, state etc. into different cells.
I am trying to create a script where users just need to select address1 cell and then call on the script to get value from clipboard and auto-distribute it to their expected cells. Is this possible?