Copied some content to Sys.clipboard, how to copy this to new excel sheet
Hi, We are using Python as project scripting language. Have copied content from application using Sys.Keys('^c') and Sys.Keys('^a') Now, requirement is to create a new excel sheet and copy this...