• 大小: 94KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-11
  • 语言: C/C++
  • 标签: WPS、EXCEL  C++  

资源简介

金山WPS、微软Office EXCEL表格通用C++接口 描述: 对Excel常用操作封装类,适用于Microexcel、WPSexcel表格文件 1,打开、新建、保存、另存excel文件 2,工作表的增加、删除、隐藏操作、拷贝、移动 3,单元格文本写入以及读取、各种清空 4,字体设置,前景色、背景色设置 3,行高度、列宽度设置,行列隐藏、删除 5,图片插入,包括位置以及大小 6,获取特定列的最后一个有效行索引*** 个人感觉这点比较好 背景: 基于VAB宏 C++接口 备注: 未检测内存泄漏。 适用前确保CoInitialize(NULL)被调用。适用后释放CoUninitialize(); 环境: WinXP+VC6 里边几个类不数了 具体看代码。

资源截图

代码片段和文件信息

// stdafx.cpp : source file that includes just the standard includes
// TestExcel.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include “stdafx.h“

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-10-28 23:44  Excel\
     文件        2473  2014-09-30 17:15  Excel\UDExcelApp.cpp
     文件        1265  2014-09-30 17:20  Excel\UDExcelApp.h
     文件        1271  2014-09-30 15:50  Excel\UDIDispath.cpp
     文件         394  2014-09-30 16:47  Excel\UDIDispath.h
     文件        8814  2014-09-30 16:52  Excel\UDRange.cpp
     文件        1953  2014-09-30 16:47  Excel\UDRange.h
     文件       13894  2014-09-30 16:59  Excel\UDSheet.cpp
     文件        4305  2014-09-30 16:55  Excel\UDSheet.h
     文件        1470  2014-09-25 09:26  Excel\UDSheets.cpp
     文件         663  2014-10-28 23:44  Excel\UDSheets.h
     文件        2327  2014-10-28 23:23  Excel\UDTool.h
     文件        1119  2014-09-24 22:02  Excel\UDWorkbook.cpp
     文件         552  2014-09-24 16:47  Excel\UDWorkbook.h
     文件         800  2014-09-24 16:48  Excel\UDWorkbooks.cpp
     文件         598  2014-09-24 16:47  Excel\UDWorkbooks.h
     文件        1226  2014-09-22 10:14  ReadMe.txt
     文件         296  2014-09-22 10:14  StdAfx.cpp
     文件         573  2014-09-25 10:19  StdAfx.h
     文件        2763  2014-10-28 23:20  TestExcel.cpp
     文件        5695  2014-10-28 23:44  TestExcel.dsp
     文件         543  2014-09-22 10:14  TestExcel.dsw
     文件      279552  2014-10-28 23:44  TestExcel.ncb
     文件       50688  2014-10-28 23:44  TestExcel.opt
     文件        2470  2014-10-28 23:23  TestExcel.plg

评论

共有 条评论