Hi Mike,
When I try to download special character "·" to excel by UltraGridExcelExporter, I found that there will be some porblems with it.
I'm now using NetAdvantage for .NET 2007 Vol. 3 CLR 2.0, when I open the downloaded file, it throws an exception by excel and fail to open.
Please refer to the attachment for detailed exception information.
But when I change to use NetAdvantage 2006 Volume 1 CLR 2.0, and download the special character again, I can successfully open the file.
Any hotfix for NetAdvantage for .NET 2007 Vol. 3 CLR 2.0 to fix this bug?
Could you please give me a suggestion?
Thank you~
I use Excel 2003, and the special character is
private static char dot = '\u00B7';
I have also opened my exported workbook in Excel 2003 and again I could not reproduce the issue.