why xlswrite has @ character?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
galaxy
am 17 Nov. 2021
Kommentiert: galaxy
am 18 Nov. 2021
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 Kommentare
Akzeptierte Antwort
Monika Jaskolka
am 17 Nov. 2021
Bearbeitet: Monika Jaskolka
am 17 Nov. 2021
This is something that happens automatically in Excel. Please see:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!