save an excel file to be read only
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
can we save data on excel file (by xlswrite function or other way) and define the file to be read-only from matlab?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
dpb
am 7 Dez. 2014
Inside Excel means using COM; you can use ! operator to shell OS command and set the ReadOnly file attribute for OS protection.
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!