using xlswrite to edit excel, how to remove the 'content-selection' when I open it.
Ältere Kommentare anzeigen
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 Kommentare
Monisha Nalluru
am 14 Sep. 2020
Can you tell the use case for above request.
Leo Zhai
am 21 Sep. 2020
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 14 Sep. 2020
1 Stimme
You can call xlswrite() again to just write 'Req#' to A1
xlswrite(fileName, 'Req #', sheetName, 'A1');
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!