Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The default font will automatically change when the region setting is changed.
If the default font is changed, the row height and column width are also changed, and it may even mess up the page layout.
What causes the default font to change?
If Excel theme font is set, Excel will automatically switch between different fonts based on the current language environment.
In Excel, select the Home tab, click on the font dropdown box, you will see Theme Fonts with two theme fonts: Calibri Light (Headings) and Calibri (Body) at the top with English region setting.

If Theme Font is selected, the font name will display differently in different regions.
If you do not want the font to be automatically changed in different regions, don’t select the two Theme Fonts.
With Aspose.Cells for Python via .NET, we can check whether the default font is a theme font or set a theme font using the Font.scheme_type property.
The following sample code shows how to manipulate theme font.
Sometimes, our servers and users' machines are not in the same region. How can we obtain the same font that users want for file processing?
We have to set the system regional settings before loading the file with the LoadOptions.region property.
The following sample code shows how to get the local theme font.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.