how to save a UITable in Excell along with Rows & Column Names (Appdesigner, R2020a)
Show older comments
i have a data in in a variable 'A', i want to save it in excell file with rows and column names as shown in fighure below.

i tried
A = app.d;
filter = {'*.xlsx'};
[file,path] = uiputfile(filter);
filename = fullfile(path,file);
xlswrite(filename,A);
but this only save table not row names(a,b,c,d,e) and colomn names(Data,Average). kindly guide.
1 Comment
taimour sadiq
on 1 Nov 2020
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!