save an excel file to be read only
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
can we save data on excel file (by xlswrite function or other way) and define the file to be read-only from matlab?
0 comentarios
Respuesta aceptada
Más respuestas (1)
dpb
el 7 de Dic. de 2014
Inside Excel means using COM; you can use ! operator to shell OS command and set the ReadOnly file attribute for OS protection.
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!