搜索资源列表
C++DesignBook
- 第一部分是关于C语言教程;第二部分经典的100道习题和题解-the first part of the C language Directory; The second part of the classic 100 worksheets and notes
ExcelFeedSources
- COM add-ins present the developer with a way to extend the functionality of Office 2000 and Office XP applications for custom tasks. COM add-ins are typically used to automate Excel in response to a click of a CommandBar
C语言作业习题
- 这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习-This is the C-language book on the big or worksheets, yes I do, to run, learning Cantleye
C语言作业习题
- 这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习-This is the C-language book on the big or worksheets, yes I do, to run, learning Cantleye
C++DesignBook
- 第一部分是关于C语言教程;第二部分经典的100道习题和题解-the first part of the C language Directory; The second part of the classic 100 worksheets and notes
ExcelFeedSources
- COM add-ins present the developer with a way to extend the functionality of Office 2000 and Office XP applications for custom tasks. COM add-ins are typically used to automate Excel in response to a click of a CommandBar
GemBox.ExcelLite
- 导出Excel组件(B/S或C/S都可以用) using GemBox.ExcelLite //引用文件 ExcelFile excelFile = new ExcelFile() ExcelWorksheet sheet = excelFile.Worksheets.Add("WolfSpider") int columns = dataGridView1.Columns.Count int rows
ExpressBookv1.0
- ExpressBook 用于代替F1Book的Vcl控件。 (由于时间关系,该控件只完成了80 左右,尚未完全完成。如果时间允许会逐渐完成!) ExpressBook v1.0 Excellent Studio -------------------------------------- 说明: 这个版本是含源代码的版本。包含一个Demo示例。支持一个工作簿上处理多个工作表,外观与EXCEL十分
xls2csv
- xls 自动格式转换成 csv格式。这个脚本用来将excel保存成CSV格式,并不依赖于excel,因为它用的模块是:Spreadsheet::ParseExcel::Simple-save MS Excel worksheets as CSV files
exceltest
- vc访问excel, COleVariant covTrue((short)TRUE), covFalse((short)FALSE), covOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR) _Application ExcelApp Workbooks wbsMyBooks _Workbook wbMyBook Work
Project1
- vb 读取EXCEL中的趋势图比如D盘下有一名为graph的Excel文件。里面有一个直方图。现在新建一个窗体,窗体上放置一个PictureBox,一个按钮。单击按钮,将读取D:/graph.xls中的直方图到图片框-Private Sub Command1_Click() Dim mXlsApp As Excel.Application 应用 Dim mXlsBook As Excel.Workbook 工作薄 Dim
101-American-English-Riddles--Understanding
- Establish a clutter-free and organized room. Ensure hat desks, tables and shelving are used, mainly, for one urpose. Exercise books, textbooks, novels, paper, pens, ictionaries and worksheets should have a specific
edb-databases-to-Excel-module-1.3
- 能生成较标准的Excel文件(打开后能看到三个工作表了),解决了转换较大的edb数据库时窗口会失去响应的情况,还有什么问题请大家反馈给我! 我试着转换了一个5000x10的edb数据库(机器配置中等),大约用了11秒,那么你准备转多大的数据库就自已看着办吧!-Able to generate a standard Excel file (open to see three worksheets) to solve the con
xlslib-2.3.4
- 一个多平台的C + +库动态生成的Excel中的。xls文件包含多个工作表。不像。csv文件,这些都可以直接用Excel打开,从而提供了一个绝佳的方式输出,需要进一步分析大型数据集。 要看到最新的变化,选择“文件”,查看README文本显示在该窗格的底部。-A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple
SplitAsheet
- VS2010,读取excel文件,实现把一个workbook根据某种类别分成多个worksheet.-split a workbook to many worksheets
PBExcel
- PB操作EXcle的介绍 如何用PB程序在excel画表格边框线,如何改变文字大小 1.创建Excel对象 eole=CREATEOBJECT(′Excel.application′) 2.添加新工作簿 eole.Workbooks.add 3.设置第3个工作表为激活工作表 eole.Worksheets(″sheet3″).Activate 4.打开指定
Sheets
- 在excel工作表中创建一个目录表与目录名称,方便整理较多的工作表与快速查找-Excel worksheet, create a directory table, directory name, and organize more worksheets and quickly find
READTXT
- 用于读取某一目录下的所有文本文件(以tab键分隔),并在当前工作簿中创建工作表以存放每个文档。-Used to read all text files in a directory (separated by a tab key) to store each document, create worksheets in the current workbook.
Excel-WorkSheets
- 关于excel-worksheet 源码解析
OpenExcel
- MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From