function cloneGoogleSheet() { var destFolder = DriveApp.getFolderById("your_drive_folder_id"); DriveApp.getFileById("your_drive_source_file_id").makeCopy("particular_file_name", destFolder); }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter