文件名称:Qt-read-write-Excel-with-QAxObject
- 所属分类:
- ActiveX/DCOM
- 资源属性:
- [Windows] [Visual C] [源码] [C/C++]
- 上传时间:
- 2014-01-05
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Qt的windows商业版本提供了ActiveQt这个fr a mework,使用这个组件我们可以在Qt中使用ActiveX控件。
这个代码提供了基本的Excel操作范例:打开 关闭 读写
另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。
可以供进一步开发参考之用。
QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。
配套说明详见这里: http://blog.csdn.net/fcqwin/article/details/17885557-Qt provides a commercial version of windows ActiveQt this fr a mework, we can use this component to use ActiveX controls in Qt. This code provides the basic Excel operations Example: opening and closing reader Also, realize how to insert a Scatter chart in Excel and add trend lines to get the trend line equation. Can be used for further development of reference. QAxContainer not included in QtCore inside, so you want to use this code, then you must also want to add CONFIG+ = qaxcontainer in. Pro file. See complete instructions here: http://blog.csdn.net/fcqwin/article/details/17885557
这个代码提供了基本的Excel操作范例:打开 关闭 读写
另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。
可以供进一步开发参考之用。
QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。
配套说明详见这里: http://blog.csdn.net/fcqwin/article/details/17885557-Qt provides a commercial version of windows ActiveQt this fr a mework, we can use this component to use ActiveX controls in Qt. This code provides the basic Excel operations Example: opening and closing reader Also, realize how to insert a Scatter chart in Excel and add trend lines to get the trend line equation. Can be used for further development of reference. QAxContainer not included in QtCore inside, so you want to use this code, then you must also want to add CONFIG+ = qaxcontainer in. Pro file. See complete instructions here: http://blog.csdn.net/fcqwin/article/details/17885557
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Qt操作Excel文件插入散点图添加趋势线\excel.cpp
...................................\excel.h
...................................\tfv_excel_file_process.cpp
...................................\tfv_excel_file_process.h
Qt操作Excel文件插入散点图添加趋势线