Is there a way to automate this process? 1- create new excel file 2- paste data which is ale+redy in clipboard to this new excel file with python 3- save this excel file
I have tried to find this function in openpyxl and xlsxwriter but there is only function for writing exact data to defined cells.
edit: the data in clipboard is the result from program run before this script
thanks