C++生成九九乘法表到Excel.doc

C生成九九乘法表到Excel

#include stdafx.h // Created by Yap Chun Wei // Version 1.0 (20 April 2006) // Version 1.1 (22 April 2006) // - Fixed bugs with compound files not being able to write files more than 65535 bytes. // - Fixed bugs with reading and writing to Excel files containing many strings. // Version 1.2 (30 April 2006) // - Added operator to pass BasicExcelCell to an output stream. // - Added Print() to BasicExcelWorksheet to print the worksheet to an output stream. // - Change BasicExcelCell Get functions to const functions. // - Rename BasicExcelWorksheet functions RenameWorkSheet() to Rename(). // Version 1.3 (10 May 2006) // - Fixed bugs with reading from Excel files containing Asian characters. // Version 1.4 (13 May 2006) // - Fixed bugs with reading and writing to Excel files containing many strings. // Version 1.5 (15 May 2006) // - Remove code for ExtSST because it was causing problems with reading and writing to Excel files containing many strings. // Version 1.6 (16 May 2006) // - Optimized code for reading and writing. // Version 1.7 (22 May 2006) // - Fixed code to remove some warnings. // - Fixed bug with BasicExcelWorksheet::Cell. // - Fixed bug with BasicExcel::UpdateWorksheets(). // Version 1.8 (23 May 2006) // - Fixed bug with reading Excel files containing many unicode strings. // - Fixed code to remove some warnings. // - Fixed variable code_ duplication in BoolErr. // - Minor changes to BasicExcelCell:Set functions. // Version 1.9 (24 May 2006) // - Changed name_ in Style from SmallString to LargeString. // - Fixed bug in BasicExcelCell::GetString and BasicExcelCell::GetWString. // - Minor changes to functions in BasicExcel and BasicExcelWorksheet which checks for unicode. // - Minor change to SmallString::Read. // Version 1.10 (30 May 2006) // - Fixed bug with reading Excel files containing many strings. // - Remove memory leaks. // Version 1.11 (2 June 2006) // - Fixed bug with reading and writing Excel files containing many unicod

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档