why xlswrite has @ character?
4 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I used xlswrite to write string function to excel cell.
Such as:
xlswrite('resultFile.xlsx', {['=FREQUENCY(A1:A1000,C1:C30)']},'Sheet1', 'D1')
But result in excel file contains '@' character like this.
How to fix it?
Thank you
0 件のコメント
採用された回答
Monika Jaskolka
2021 年 11 月 17 日
編集済み: Monika Jaskolka
2021 年 11 月 17 日
This is something that happens automatically in Excel. Please see:
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!