필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Where can I find information on how to fully edit an excel sheet using MATLAB?

조회 수: 1 (최근 30일)
Alberto
Alberto 2019년 4월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to write for the first time an automated excel sheet report using MATLAB. I know that I could use xlswrite to export the data from MATLAB to an excel file, however I want to be able to fully edit the excel sheet. I have noticed that a lot people are using Excel = actxserver('Excel.Application'); in order to merge cells, change background cell colors, etc. Is there any website or good source of information that contains detail description about all the available options to edit an excel sheet after calling actxserver? Or do I have to know VBA in order to have a good grasp about the actxserver?
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 4월 24일
The key is to read the VBA documentation and translate datatypes to MATLAB use.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by