Effacer les filtres
Effacer les filtres

How do you open a .xlsx file in excel from matlab.

386 vues (au cours des 30 derniers jours)
ryan
ryan le 27 Mar 2013
Modifié(e) : KAE le 18 Juil 2024
I am trying to open up a .xlsx file from matlab, and have it open in excel. Right now I am using the command open(filename). This will open the .xlsx in matlab, but i want it opened in excel. The command opentxt(filename) is nice, because it will open a .txt file in notepad. I am looking for something like that for .xls/.xlsx files in excel.
  1 commentaire
MD Anower Hossain
MD Anower Hossain le 26 Oct 2020
its very easy just type
xlsread('the name location of xlsx file or name the file');

Connectez-vous pour commenter.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 27 Mar 2013
winopen('yourfile.xls')
  5 commentaires
Manish Shankar Neelgar
Manish Shankar Neelgar le 19 Jan 2021
Thank you for letting us know about this command.
But, could you please tell me how can I open a specific sheet/sheets in excel?
Thank you
KAE
KAE le 18 Juil 2024
Modifié(e) : KAE le 18 Juil 2024
This even works to open a CSV file in Excel from within Matlab R2023b, which is what I needed to do. Thanks!

Connectez-vous pour commenter.

Plus de réponses (3)

Lingfei Tang
Lingfei Tang le 2 Sep 2018
Modifié(e) : Lingfei Tang le 2 Sep 2018
For Linux/MacOS it is uiopen('file.xlsx') or just open.
There is no way to open externally but there is a "macopen" function downlodable in file exchange.

ryan
ryan le 27 Mar 2013
Thank you! Exactly what I was looking for.

noda farfosha
noda farfosha le 12 Juil 2017
how can i collect more than workspace in only one?

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by