How would one copy all of the data in a table (in rows and columns, not just 1 column,) WITHOUT the headers to the windows clipboard? We have an old application that requires this sort of copy paste import, which we historically did from an excel spreadsheet with shift-click selections.. Would like to automate the selection to the clipboard. Thanks,
Not possible in EasyMorph out of the box. I'd copy all the column as it's possible currently (with headers), paste it in Notepad, deleted 1st row, and copy again the remaining text in Notepad.
Thank you, just wanted to confirm not possible. Would be great if it could be a simple checkbox in future on the copy to clipboard window (lots of screen real estate there and is just basically ‘remove first row before copying to clipboard’ logic.)