manipulate excel using matlab scripting

how to open an excel, find a string and then move down two cellls and paste data using matlab script ?

댓글 수: 2

Ameer Hamza
Ameer Hamza 2020년 3월 25일
Are you trying to manipulate the excel file in place directly, or is it possible to read the excel file, make replacements, and then rewrite the file again.
In first case, you will need to use activeX server: https://www.mathworks.com/help/matlab/ref/actxserver.html, it will only work on windows system. For the second case, you can use readtable to read and writetable to again rewrite the data to excel file.
ok. Thank you.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

질문:

2020년 3월 25일

댓글:

2020년 3월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by