Skip to content

Latest commit

 

History

History
 
 

QTableView

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

QTableView

1、表格内容复制

运行 CopyContent.py

  1. 通过构造一个和选中区域一样的空数组,然后对数组进行填充形成表格
  2. 最后循环数组用\t进行拼接join,换行用\r\n
  3. 把字符串复制到剪切板中

CopyContent1 CopyContent2