Is there anyway to generate clipboard data that I can paste into google sheets to generate formatting? I.e. use python to save a generate and save info to the clipboard using pyperclip or something that contains more than just cell text information (like cell color, border etc.).
Alternatively, when I copy data in google sheets is there anyway to access to formatting information and edit that myself using something like a python script?
Thanks!