You can paste the contents of selected records that you have worked on in a spreadsheet into a grid.
This might be useful, for instance, when you have copied a set of records from the system into a spreadsheet for editing and now you want to return the contents of the records, with the changes, to the system.
Normally, if you originally copied from a grid into the spreadsheet, the data schemes are identical. However, in some cases, this is not true because the order of the grid may not match the order of the collection that was exported; in those cases, you must reorder the columns in the spreadsheet to match the grid order.
This means you might have to take other steps to get the appropriate values into those read-only fields.
To paste selected rows into a grid:
To paste the records into a blank grid, you can do a Filter-in-Place query that you know will retrieve no records. This puts the form in "new" mode. For more information, see Finding Records with Filter-in-Place.
Do not include the header row, if you have one. If you include the header, the paste operation probably will not complete successfully.
In many cases, especially if you have a blank form in "new" mode, this is the first cell in the grid, though you can paste them in anywhere. Some tips:
Do not use CTRL+V to paste the rows. Doing so causes the system to write the entire contents of the source row to a single cell. Use one of the options listed above.
Copying Data To/From a Spreadsheet
Copying Entire Collections to a Spreadsheet
Copying Selected Cells to a Spreadsheet
Copying Selected Columns to a Spreadsheet
Copying Selected Records to a Spreadsheet