搜索资源列表
MyXlsRw
- 利用rwxls.ocx控件实现EXCEL数据库文件的读写操作(vc6.0 windowsxp下通过)-rwxls.ocx use controls to achieve the Excel database file read and write operations (through vc6.0 windowsxp)
com_excel
- 该组件通过HTTP调用ASP对数据库进行读取,并通过EXCEL Automation进行EXCEL数据表操作,解决了ASP与EXCEL直接的互联问题-the component via HTTP call ASP database to read, through Excel Automation for Excel data table operation, the ASP solution directly with Excel connectivity issues
XLAutomationDemo_2
- 包括 Microsoft Excel 文件读、写简单的方法,通过VC6.0、8.0编译,运行。-including Microsoft Excel file to read, write simple methods, VC6.0. 8.0 compiler, run.
Excel读写控件 V1.2
- Excel读写控件,可以方便简单地读写excel文件内容。-read and write Excel controls, to facilitate simple to read and write Excel documents.
mswordoperator
- 使用VC编程来操纵Office。你可以实现诸如:Word文件打印、传送数据到Word文档、发送E-MAIL、自动产生表格、Excel数据统计、圆饼图,直方图显示、自动报表生成、播放幻灯、doc,txt,HTML,rtf文件转换、中文简繁体转换、拼音或笔画排序......只要是Office能够实现的功能,都可以在你写的程序中调用。仔细阅读下面的说明,并下载源文件进行参考,你就可以一步一步地掌握这个技术。祝朋友们学习快乐。-used to manipulate the VC Office. You
ExcelOut_03_29_20_58
- Excel COM在组件调用的C++包装类.包括MFC操作Excel文件的例子.-Excel Com s CPP class, you can use it to read and write Excel files. very easy! Included example with MFC.
userfunc
- Cell插件(ActiveX控件)是北京用友华表公司在长期开发实践的基础上推出的功能强大、技术成熟的报表二次开发工具,是国内技术领先拥有广泛客户群的商业报表组件,有600多个编程接口,实现报表自定义,报表显示、打印预览、打印,图表,公式,自定义函数、资源本地化等强大功能,能够完全读写Excel文件。是软件开发人员开发优秀报表软件的最佳解决方案-Cell plugin (ActiveX controls) table in Beijing UF practice in long-term deve
ReadWriteExcel
- 主要功能包括Excel表格的创建、读写和保存等,包括对多个单元格中的数据的批量读写的操作,包括SaveAs的用法。-Key features include Excel spreadsheet creation, literacy and preservation, including multiple cells in the volume of data read and write operations, including the use SaveAs.
excel-to-datatable
- 从excel中读取数据至datatable-Read the data from excel to datatable
pb_excel(PB10)
- pb 读写ole Excel功能,可直接通过ole把资料写入Excel,而不需要打开Excel-pb read and write ole Excel functions, can be directly through the ole write data to Excel, without the need to open Excel
QAxObject_Excel
- Qt读写Excel,使用QAxContainer中的QAxObject-Qt read and write Excel , Use the QAxObject QAxContainer
excel-read
- 这个可以读取excel表格中的列,sheet等信息。-The Excel can read in the form of columns, sheet and other information.
Qt-ExcelEngine
- 读写excel文件,,可以同时读写execl文件,并将其导入到tabelwidget中。-read/write excel file
Qt-read-write-Excel-with-QAxObject
- Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。 这个代码提供了基本的Excel操作范例:打开 关闭 读写 另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。 可以供进一步开发参考之用。 QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。 配套说明详见