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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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 ["].


FormatString.png