Using the xlwt module in python for windows, I would like to copy data to microsoft's clipboard, then write the data into excel directly. Does anyone know the function for this?
I'm trying to copy paste data from a program and send clipboard's contents into excel in a listing manner where each subsequent paste of data selects the next new empty cell underneath the previous pasted contents.