why xlswrite has @ character?

5 views (last 30 days)
galaxy
galaxy on 17 Nov 2021
Commented: galaxy on 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

Accepted Answer

Monika Jaskolka
Monika Jaskolka on 17 Nov 2021
Edited: Monika Jaskolka on 17 Nov 2021

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!