Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jun 23, 2022 3:21 pm

Hi there !

For the first time I need to insert a symbol inside a cell: the easyest way I found is to use the UNICHAR(value) formula.


I'm using this syntax in my code:


Code: Select all
sheet.Range["D7"].Formula = "UNICHAR(10004)";



Unfortunately, the result is a @ inside my cell (value is "=@UNICHAR(10004)") ... and I don't know the reason why !


Can someone help me ?
User avatar

luca.demori
 
Posts: 10
Joined: Fri Mar 23, 2018 1:55 pm

Fri Jun 24, 2022 6:58 am

Hello,

Thanks for your inquiry.
For your question, I have made the following reply in the email to you.

This is Abel from E-iceblue support team. I used SPIRE.XLS library (12.5.3.5046) to test your scenario, and I didn’t reproduce your issue. To help us to reproduce your issue and work out a solution for you, please offer the following message. Thanks for your assistance in advance.

1) Your input excel file.
2) Your simple test code that can reproduce your issue.
3) The screenshot of MS Excel version information you used.
4) Your test environment, such as OS info (E.g. Windows 7, 64-bit) and region setting (E.g. China, Chinese).
5) Application type, such as Console App, .NET Framework 4.8.

Sincerely,
Abel
E-iceblue support team
User avatar

Abel.He
 
Posts: 944
Joined: Tue Mar 08, 2022 2:02 am

Return to Spire.XLS