My python script execute another script
os.system(r'C:\Users\b039434\PycharmProjects\consulta_fdc\Exportar_Dados2.acsup')
the last thing this script("Exportar_Dados2.acsup") does is copy the data to clipboard,
after that I need to paste into an excel.
When I paste manualy using CTRL+V it works
I need something to paste the data from my clipboard to an Excel sheet, the data is something like a table, that comes from another software, something with a delimiter and many rows.