Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Sometimes, you want to show subtotal and grand total labels in non-English languages like Chinese, Japanese, Arabic, Hindi etc. Aspose.Cells allows you to do this using the GlobalizationSettings class and Workbook.GlobalizationSettings property. Please see this article on how to make use of GlobalizationSettings class
The following sample code loads the sample excel file and implements subtotal and grand total names in the Chinese language. Please check the output Excel file generated by this code for your reference. We first create a class of GlobalizationSettings and then use it in our code.
Now use above created class in the code like below:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.