Python Forum
How to copy data to clipboard
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to copy data to clipboard
#9
To buran-
Let me try to clarify the process.
I create a table (in Python terms, a list of lists) in my DB code. I try to copy this table to the clipboard using pyperclip, then manually paste it into a preformatted Calc template which I can open from within my software. But pyperclip baulks at handling lists, so that approach fails.
The next approach is to save the table as a .csv file, and get xsel to copy that file to the clipboard. Once again the preformatted template is open and ready to manually paste the data into.
What I am currently doing, which is manual and tedious, is to open the .csv file, and cut and paste it to the template.

To snippsat -
Thank you for that suggestion. I shall not get a chance to try it till next week, but I will let you know how I get on.

To everybody -
Thanks for being so helpful.
Reply


Messages In This Thread
How to copy data to clipboard - by OAP - Mar-04-2020, 12:09 PM
RE: How to copy data to clipboard - by buran - Mar-04-2020, 12:59 PM
RE: How to copy data to clipboard - by OAP - Mar-04-2020, 04:10 PM
RE: How to copy data to clipboard - by ndc85430 - Mar-04-2020, 08:19 PM
RE: How to copy data to clipboard - by snippsat - Mar-04-2020, 09:08 PM
RE: How to copy data to clipboard - by OAP - Mar-05-2020, 03:52 PM
RE: How to copy data to clipboard - by buran - Mar-05-2020, 04:27 PM
RE: How to copy data to clipboard - by snippsat - Mar-05-2020, 08:33 PM
RE: How to copy data to clipboard - by OAP - Mar-05-2020, 09:14 PM
RE: How to copy data to clipboard - by buran - Mar-05-2020, 09:50 PM
RE: How to copy data to clipboard - by OAP - Mar-19-2020, 10:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why is the copy method name in python list copy and not `__copy__`? YouHoGeon 2 437 Apr-04-2024, 01:18 AM
Last Post: YouHoGeon
  How to copy work sheet data one workbook to other? sayyedkamran 2 834 Nov-03-2023, 09:10 AM
Last Post: Larz60+
  non-latin characters in console from clipboard Johanson 3 858 Oct-26-2023, 10:10 PM
Last Post: deanhystad
  Copy data from Excel and paste into Discord (Midjourney) Joe_Wright 4 2,393 Jun-06-2023, 05:49 PM
Last Post: rajeshgk
  saving and loading text from the clipboard with python program MaartenRo 2 1,829 Jan-22-2022, 05:04 AM
Last Post: MaartenRo
  How to listen to clipboard content change without polling the clipboard continuously? edgelord 0 2,599 Nov-27-2020, 06:07 AM
Last Post: edgelord
  Problem posting image to clipboard noel 0 2,280 Sep-26-2020, 10:50 AM
Last Post: noel
  How can I copy and paste data from text file into an Excel sheet? IrishOrigi 14 7,612 Mar-19-2020, 07:25 PM
Last Post: Larz60+
  How can I paste an entire file from clipboard to a folder? daverave1212 5 9,086 Feb-08-2020, 04:33 PM
Last Post: snippsat
  Copy and append data from .dat file Makada 17 8,578 Jan-20-2020, 08:33 PM
Last Post: Makada

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020