Create .csv output with 'sheets' like excel?
Ältere Kommentare anzeigen
Hey all
I am compiling a standalone executable to import .csv files, perform operations, compile the results, and export the results to an excel file, with different sheets that are labeled
CH1 CH2 CH3 etc.
This works great, I use xlswrite to write to sheet 1, 2, 3 etc. then use the
'actxserver('Excel.Application')'
to rename sheet 1, 2, 3 etc to the appropriate name.
This works fine, except if the computing running the executable does not have excel (rare as that would be, they exist in my universe) and the 'actxserver' is stopped in its tracks because it has no Excel Application to discover.
Is there a way to just write a .csv file with 'sheet' names instead that will be essentially the same thing when opened on a computer with excel or some other application?
Thanks for the advice as always
kyle
3 Kommentare
toni mockler
am 26 Jun. 2022
Hi, I'm trying to do something very similar. Is there any advice you could give me?
Walter Roberson
am 26 Jun. 2022
csv file format does not support sheets
Walter Roberson
am 26 Jun. 2022
These days you would usually use writetable() or writematrix()
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!