将数据保存到excel中

qytshiqu 70 0 RAR 2019-09-24 21:09:18

C++操作excel,将数据保存到excel中.已封装成dll,调用dll可以实现对excel的操作保存数据其中给了调用dll的例子以及说明文档已经实现的函数功能:SetSheetNum(USHORTnewVal)设置工作薄个数SetCurrentSheet(USHORTnewVal)设置当前工作薄SetFontWeight(intnewVal)设置字体粗细SetCellFormat(constwchar_t*newVal)设置单元格数字显示格式SetMergedColumns(introw,intcol,USHORTnColNum)设置单元格合并列,从第row行第col列开始合并nColNum列SetMe

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

挺管用的,刚好用到

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

用与参考。。。还可以

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

出现加载dll失败?

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

可以用,但是功能较少,建议可以增加一些新的功能,例如可以在一个文件中持续新增内容,而不是一次性保存

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

可以用于参考

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

不好用,浪费10分

Generic placeholder image 卡了网匿名网友 2019-09-24 21:09:18

VS2005中不方便使用