Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
If you assign an invalid custom number format to the Style.custom property, Aspose.Cells will not throw any exception. However, if you want Aspose.Cells to check whether the assigned custom number format is valid, set the Workbook.settings.check_custom_number_format property to true.
The following sample code assigns an invalid custom number format to the Style.custom property. Since we have already set the Workbook.settings.check_custom_number_format property to true, it throws an exception, e.g., Invalid number format. Please read the comments inside the code for more help.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.