资源介绍
mfc c++ 对excel进行操作 简单易用 欢迎下载
bool ReplaceRows(CStringArray &NewRowValues;, CStringArray &OldRowValues;); // Search and replace rows in Excel spreadsheet
bool ReadRow(CStringArray &RowValues;, long row = 0); // Read a row from spreadsheet. Default is read the next row
bool ReadColumn(CStringArray &ColumnValues;, CString column, bool Auto = true); // Read a column from Excel spreadsheet using header row or column alphabet. Set Auto to false if want to force column to be used as header name
bool ReadColumn(CStringArray &ColumnValues;, short column); // Read a column from spreadsheet using column number
bool ReadCell (CString &CellValue;, CString column, long row = 0, bool Auto = true); // Read a cell
- 上一篇: libbgi.a、BIOS.H和graphics.h
- 下一篇: Weehah