using xlswrite to edit excel, how to remove the 'content-selection' when I open it.
Mostrar comentarios más antiguos
When I use xlswrite to edti an excel. then I open it, it will shows the edited part as bellow 'now: selection status'(with a gray box).But I want it to be as 'expected: no-selection status'

2 comentarios
Monisha Nalluru
el 14 de Sept. de 2020
Can you tell the use case for above request.
Leo Zhai
el 21 de Sept. de 2020
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 14 de Sept. de 2020
1 voto
You can call xlswrite() again to just write 'Req#' to A1
xlswrite(fileName, 'Req #', sheetName, 'A1');
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!