manipulate excel using matlab scripting

5 visualizaciones (últimos 30 días)
BABANBHAIGARI SHAFIULLAH
BABANBHAIGARI SHAFIULLAH el 25 de Mzo. de 2020
Comentada: BABANBHAIGARI SHAFIULLAH el 26 de Mzo. de 2020
how to open an excel, find a string and then move down two cellls and paste data using matlab script ?
  2 comentarios
Ameer Hamza
Ameer Hamza el 25 de Mzo. de 2020
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.
BABANBHAIGARI SHAFIULLAH
BABANBHAIGARI SHAFIULLAH el 26 de Mzo. de 2020
ok. Thank you.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by