Is it possible to merge excel cells without using actxserver

3 visualizaciones (últimos 30 días)
Vishnu
Vishnu el 15 de Mayo de 2025
Comentada: Adam Danz el 15 de Mayo de 2025
Suppose the code is running on a system which does not have an excel application installed.
We can still generate an excel using
witecell(data,filename)
But can we merge the cells (lets say the range 'A1:A5') without using the actxserver ?
  1 comentario
Adam Danz
Adam Danz el 15 de Mayo de 2025
Could you provide a minimal example that illustrates your goal and the type of data you're working with?

Iniciar sesión para comentar.

Respuestas (1)

Catalytic
Catalytic el 15 de Mayo de 2025
Editada: Catalytic el 15 de Mayo de 2025
No, not through writecell. I've heard there are Python libraries that can do it, and there are ways to call Python from Matlab.
  2 comentarios
Vishnu
Vishnu el 15 de Mayo de 2025
My requirement wont accept python part. So apart from actxserver there is no other option to perform this task ?
Catalytic
Catalytic el 15 de Mayo de 2025
I've also heard that Apache POI can be called from Matlab -

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by