资源简介
软件打开多个excel文件,提取excel中相应的内容,存储到目的excel文件中对应的位置
代码片段和文件信息
#include “study_excel.h“
#include
#include
#include
QFont g_font;
int main(int argc char *argv[])
{
QApplication a(argc argv);
QTextCodec *originalCodec = QTextCodec::codecForLocale();
QTextCodec::setCodecForLocale(originalCodec);
//设置app字体
g_font = QFont(QString::fromUtf8(“\345\276\256\350\275\257\351\233\205\351\273\221“));
QApplication::setFont(g_font);
study_excel w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 32768 2018-12-24 16:06 study_excel\.vs\study_excel\v14\.suo
文件 276272 2018-12-24 16:05 study_excel\study_excel\2.xlsx
文件 10398 2018-12-24 15:48 study_excel\study_excel\3.xlsx
文件 3519 2018-12-24 14:01 study_excel\study_excel\GeneratedFiles\Debug\moc_study_excel.cpp
文件 1420 2018-12-24 15:54 study_excel\study_excel\GeneratedFiles\qrc_study_excel.cpp
文件 3519 2018-12-24 15:54 study_excel\study_excel\GeneratedFiles\Release\moc_study_excel.cpp
文件 2331 2018-12-24 15:54 study_excel\study_excel\GeneratedFiles\ui_study_excel.h
文件 489 2018-12-24 10:26 study_excel\study_excel\main.cpp
文件 12080 2018-12-24 16:06 study_excel\study_excel\study_excel.cpp
文件 708 2018-12-24 14:00 study_excel\study_excel\study_excel.h
文件 71 2018-12-24 09:21 study_excel\study_excel\study_excel.qrc
文件 810 2018-12-24 09:21 study_excel\study_excel\study_excel.ui
文件 13176 2018-12-24 10:48 study_excel\study_excel\study_excel.vcxproj
文件 2974 2018-12-24 09:21 study_excel\study_excel\study_excel.vcxproj.filters
文件 629 2018-12-24 16:04 study_excel\study_excel\study_excel.vcxproj.user
文件 501 2018-12-24 09:21 study_excel\study_excel\study_excel.vcxproj.vspscc
文件 129757 2018-12-24 16:01 study_excel\study_excel\x64\Debug\main.obj
文件 111487 2018-12-24 16:01 study_excel\study_excel\x64\Debug\moc_study_excel.obj
文件 6144 2018-12-24 16:01 study_excel\study_excel\x64\Debug\qrc_study_excel.obj
文件 185 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.log
文件 520913 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.obj
文件 5486 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\CL.command.1.tlog
文件 104922 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\CL.read.1.tlog
文件 2384 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\CL.write.1.tlog
文件 2086 2018-12-24 14:01 study_excel\study_excel\x64\Debug\study_excel.tlog\custombuild.command.1.tlog
文件 492 2018-12-24 14:01 study_excel\study_excel\x64\Debug\study_excel.tlog\custombuild.read.1.tlog
文件 758 2018-12-24 14:01 study_excel\study_excel\x64\Debug\study_excel.tlog\custombuild.write.1.tlog
文件 4308 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\li
文件 8642 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\li
文件 810 2018-12-24 16:04 study_excel\study_excel\x64\Debug\study_excel.tlog\li
............此处省略63个文件信息
- 上一篇:泛微OA操作系统
- 下一篇:华为HCNP资格考试认证相关试题文档
相关资源
- 基于QGraphicsView实现的画图软件
- 简单的多屏播放器VLC+Qt
- Qt及QtQuick开发实战精解高清PDF
- qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar
- Excel与金融工程学
- QT5中使用QHttpQFtp.rar
- PlistDecoder
- qtcreator-gdb-7.4-MINGW32_NT-6.1-i686
- qt中英输入法 QInputContext的请在qt4.8.
- 基于linux QT开发的万年历程序
- Kutools for excel最新注册破解版
- win10串口调试助手
- QT5开发及 陆文周电子版
- QT5.拼图游戏源码加可执行程序
- qt+vlc+vlcsdk,其中自带介绍
- 基于QT的黑白棋项目
- Qt_Opencv_Camera.rar
- Qt131313135
- 很适合qt新手入门的教程
- qt二维地图 qt图像显示框架
- AQTime 6.20 破解版 (三)
- QT5开发及高清PDF,资料全
- Qt pop3接收邮件并附件程序
- myMp3_alin.zip
- calib_point
- Qt+Halcon封装迈德威视相机
- ESP8266开发,实现MQTT客户端,与MQTT服
- 《Qt5开发及》高清完整PDF版
- 基于Qt电子词典的设计与实现
- Qt5.5.1读取大恒相机
评论
共有 条评论