文件名称:ExcelFormat_src
介绍说明--下载内容均来自于网络,请自行研究使用
C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。-There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BasicExcel.cpp
BasicExcel.hpp
Examples.cpp
ExcelFormat.cpp
ExcelFormat.dsp
ExcelFormat.dsw
ExcelFormat.h
ExcelFormat.sln
ExcelFormat.vcproj
ExcelFormat.vcxproj
Makefile
ExcelFormat.vcxproj.filters