Arthurian

读取:

%读取filename文件中指定表的数据,存入dataRead矩阵中

dataRead=xlsread(\'filename.xls\',sheet);

 

写入:

%将矩阵dataWrite中的数据写入filename表中,从C1单元格开始

xlswrite(\'filename.xls\',dataWrite\',\'C1\');

 

作者:耑新新,发布于  博客园

转载请注明出处,欢迎邮件交流:zhuanxinxin@aliyun.com

分类:

技术点:

相关文章:

  • 2021-05-01
  • 2021-11-30
  • 2022-01-06
  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-07-03
猜你喜欢
  • 2021-09-01
  • 2021-09-30
  • 2021-11-24
  • 2021-11-20
  • 2021-06-09
  • 2021-08-14
相关资源
相似解决方案