xlswrite and the single quote ' character
Show older comments
I want to add a formula to an Excel file using xlswrite but the formula has the ' character. This is giving me an error. Any suggestions to get around this?
For example, if I want to write the word " 'test " in cell A1 of Sheet1 I thought I would use:
xlswrite([foldername ExcelFileName '.xls'], {''test'},'Sheet1', 'A1');
But no, I get an error...
Accepted Answer
More Answers (1)
Cesar Mendes
on 31 Jan 2011
0 votes
Categories
Find more on Spreadsheets in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!