using xlswrite to edit excel, how to remove the 'content-selection' when I open it.
Afficher commentaires plus anciens
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 commentaires
Monisha Nalluru
le 14 Sep 2020
Can you tell the use case for above request.
Leo Zhai
le 21 Sep 2020
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 14 Sep 2020
1 vote
You can call xlswrite() again to just write 'Req#' to A1
xlswrite(fileName, 'Req #', sheetName, 'A1');
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!