搜索资源列表
Qt-read-write-Excel-with-QAxObject
- Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。 这个代码提供了基本的Excel操作范例:打开 关闭 读写 另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。 可以供进一步开发参考之用。 QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。 配套说明详见
spsheet
- 开发环境为Visual studio,用qt编写的。功能为实现类似excel功能。有标题栏、菜单栏、状态栏。对表单进行删除修改赋值。-Development environment for Visual studio, prepared using qt. Excel function to achieve similar functionality. Has a title bar, menu bar, status bar. To modify the form to delete the
spreadsheet
- 这个程序是用qt开发的一个excel表格类似的软件,可以制作表格,粘贴复制。(This program is a EXCEL form similar to software developed in QT, which can be used to make forms and paste copies.)