Write table to excel

3 views (last 30 days)
Ali K
Ali K on 16 Apr 2020
Commented: Ameer Hamza on 16 Apr 2020
I want to read data from excel in a table (in appdesigner) and edit some of them and then update them (writting the modified data) again in excel file. How can I do that?

Accepted Answer

Ameer Hamza
Ameer Hamza on 16 Apr 2020
See the attached file for an example. A sample excel file is also attached. Clicking the load button will open a dialog box. Select the excel file, and the app will load its content in a table. Now change the content and press the save button. The content of the original file will be changed.
  7 Comments
Ali K
Ali K on 16 Apr 2020
It works, thank you.
Ameer Hamza
Ameer Hamza on 16 Apr 2020
Glad to be of help.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!