using xlswrite to edit excel, how to remove the 'content-selection' when I open it.
Show older comments
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 Comments
Monisha Nalluru
on 14 Sep 2020
Can you tell the use case for above request.
Leo Zhai
on 21 Sep 2020
Accepted Answer
More Answers (1)
Image Analyst
on 14 Sep 2020
1 vote
You can call xlswrite() again to just write 'Req#' to A1
xlswrite(fileName, 'Req #', sheetName, 'A1');
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!