Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to show a special number format in xlsxIO.
the code as belows:
sheet.Range["B2"].Number = 123;
sheet.Range["B2"].NumberFormat = "[DBNum2][$-zh-CN]G/通用格式";
sheet.Range["B3"].Number = 123;
sheet.Range["B3"].NumberFormat = "[DBNum2][$-zh-CN]G/\"通用格式\"";
See the format string in the image.
The right string I need is the 3rd line in red mark.
The numberformat show extra string ["].
