How to xlswrite cell array with both strings and number?
Show older comments
I have a cell array of the type A={'01:02:03'};
when I use the function: xlswrite('Output',A)
The excel sheet that I get has eliminated the first zero, it is reading the cell as a number and giving me output as '1:02:03'. How do I get the entire string without eliminating 0?
Accepted Answer
More Answers (1)
Carl Agnew
on 30 Jul 2015
0 votes
Change the cell format in excel to "Text".
1 Comment
Supreet Hegde
on 31 Jul 2015
Categories
Find more on Logical 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!