Using Xlwt / Xlutils to paste data into excel from Microsoft Clipboard

333 Views Asked by At

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.

0

There are 0 best solutions below