qt的excel读取并显示到tablewidget的封装和demo

时间:2021-02-18 04:49:59
【文件属性】:

文件名称:qt的excel读取并显示到tablewidget的封装和demo

文件大小:8KB

文件格式:RAR

更新时间:2021-02-18 04:49:59

qt;excel

原博客地址:http://blog.csdn.net/frank3543/article/details/45042977 测试可使用,方便大家,有什么问题的请指出。我是qt5,配置照着项目应该没问题。


【文件预览】:
excelTest
----excelengine.h(1KB)
----widget.ui(1KB)
----excelTest.pro.user(23KB)
----main.cpp(175B)
----widget.cpp(614B)
----widget.h(414B)
----excelTest.pro(1KB)
----excelengine.cpp(10KB)

网友评论

  • 骗子,不能编译,我解决了编译的问题,不知道你的类定义函数名写错,是怎么运行的,最基本的函数声明写的都不对,你的代码是怎么跑起来的呢?也不能使用,就算解决了函数报错的问题,点击保存按钮还是会死机!!!
  • 有用,有帮助
  • QVariant ExcelEngine::GetCellData(UINT row, UINT column); bool ExcelEngine::SetCellData(UINT row, UINT column, QVariant data); bool ExcelEngine::IsOpen(); bool ExcelEngine::IsValid(); UINT ExcelEngine::GetRowCount()const; UINT ExcelEngine::GetColumnCount()const; 这段报错,请问是什么原因呢