Re: [PyQt] Paste entire column into QTableView from Excel

2013-05-14 Thread David Boddie
On Mon 13 May 2013 15:12:41 -0400, Mark Mordeca wrote: > I am having an issue pasting into a QTableView from Excel when the user has > copied by selecting an entire column in Excel, essentially putting every > single row in the selected column, for the entire excel sheet, on the > clipboard. The f

[PyQt] Paste entire column into QTableView from Excel

2013-05-13 Thread Mark Mordeca
Greetings, I am having an issue pasting into a QTableView from Excel when the user has copied by selecting an entire column in Excel, essentially putting every single row in the selected column, for the entire excel sheet, on the clipboard. The following is my paste code for QTableView: def pa