dbzhang800 / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
Other
1.24k stars 631 forks source link

"Save" to clipboard #185

Closed sergio-vedois closed 4 years ago

sergio-vedois commented 5 years ago

Hi, I have a QTableWidget filled with data wich I would like to copy and then paste into Excel sheet. I already able to copy/paste as csv file, but I want add attributes. If it is possible, could you send an example ?

VSRonin commented 5 years ago

This has nothing to do with this library. You could copy data from excel then inspect the available mime types in the clipboard, detect the one that supports all the "attributes" you require, look up its specification and implement it in your application