- PC-51 本程序是功能是实现51单片机与PC机之间的通信
- meshinginmatlab simple mesh generation in matlab
- BlackWhiteChess 简单的黑白棋游戏(java下实现)
- Codes this is code for Distance Regularized Level Set Evolution and Its Application to Image Segmentation paper. I used this code and it was correct and have true answers.
- NOW book.BICM BICM cai thien chat luong
- labview视觉识别 labview做的激光打印产品分类
文件名称:SpreadSheet
-
所属分类:
- 标签属性:
- 上传时间:2015-11-30
-
文件大小:12.17kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
支持多字节和unicode编译,有中文注释和例子
//有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。
//CSpreadSheet类的目标是简单易用,其主要的特性如下:
// 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。
// 2、读取行、列或单个单元。
// 3、覆盖、插入或追加行。
// 4、将已存在或新的EXCEL文件转化成符号分隔文本文件;反之亦然。
// 在阐述本类的个类函数之前,我们先看看本类的一些限制条件:
// 1、需要MFC
// 2、可能或不能支持unicode。(没测试过)
// 3、使用ODBC读写EXCEL文件,因此存在ODBC驱动的限制(我不知道ODBC有哪些限制)。
// 4、必须在EXCEL文件中有头行,并且头行中的各列的内容是各不相同的(因为本类将EXCEL文件看作一个数据库)。
// 5、不能删除EXCEL文件的表(sheet),只能删除表中的内容。
// 6、各单元的内容被看作字符串,不管它在EXCEL文件中是什么类型。-// There are times when we want to save the output data to the EXCEL file or some delimited text files (such as comma delimited, Tab delimited). CSpreadSheet class encapsulates the read and write operations to these files.
// CSpreadSheet class goal is simple to use, its main features are as follows:
// 1, construct a new EXCEL file or delimited text files, and in which rows or write as a single unit.
// 2, the read row, column, or a single unit.
// 3, cover, insert or append rows.
// 4, existing or new EXCEL file into delimited text file and vice versa.
// Before the elaboration of the class of a class function, we take a look at this class of some restrictions:
// 1, require MFC
// 2, which may or may not support unicode. (Not tested)
// 3, using ODBC EXCEL file read and write, and therefore limit the ODBC driver (ODBC I do not know what restrictions) exist.
// 4, there must be a header row in the EXCEL file, and the contents of the first row of each column is not the same
//有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。
//CSpreadSheet类的目标是简单易用,其主要的特性如下:
// 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。
// 2、读取行、列或单个单元。
// 3、覆盖、插入或追加行。
// 4、将已存在或新的EXCEL文件转化成符号分隔文本文件;反之亦然。
// 在阐述本类的个类函数之前,我们先看看本类的一些限制条件:
// 1、需要MFC
// 2、可能或不能支持unicode。(没测试过)
// 3、使用ODBC读写EXCEL文件,因此存在ODBC驱动的限制(我不知道ODBC有哪些限制)。
// 4、必须在EXCEL文件中有头行,并且头行中的各列的内容是各不相同的(因为本类将EXCEL文件看作一个数据库)。
// 5、不能删除EXCEL文件的表(sheet),只能删除表中的内容。
// 6、各单元的内容被看作字符串,不管它在EXCEL文件中是什么类型。-// There are times when we want to save the output data to the EXCEL file or some delimited text files (such as comma delimited, Tab delimited). CSpreadSheet class encapsulates the read and write operations to these files.
// CSpreadSheet class goal is simple to use, its main features are as follows:
// 1, construct a new EXCEL file or delimited text files, and in which rows or write as a single unit.
// 2, the read row, column, or a single unit.
// 3, cover, insert or append rows.
// 4, existing or new EXCEL file into delimited text file and vice versa.
// Before the elaboration of the class of a class function, we take a look at this class of some restrictions:
// 1, require MFC
// 2, which may or may not support unicode. (Not tested)
// 3, using ODBC EXCEL file read and write, and therefore limit the ODBC driver (ODBC I do not know what restrictions) exist.
// 4, there must be a header row in the EXCEL file, and the contents of the first row of each column is not the same
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SpreadSheet.h
SpreadSheet.cpp
SpreadSheet.cpp
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
