I'm developing a part of application to generate an excel spreadsheet with EPPlus. And all works fine, but I have one problem: some data recognized as phone number by Safari on iPad (see screenshot below) and show it as link which opens popup.
I have already try to set cell number format to '@' as described in this answer but with no luck.
How can I set up this cells to show data as text, but not a phone number?