登录 注册
当前位置:主页 > 资源下载 > 35 > CSpreadSheet.h下载

CSpreadSheet.h下载

  • 更新:2024-06-05 21:24:50
  • 大小:34KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C++ - 后端
  • 格式:H

资源介绍

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