Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When using Aspose.Cells on Linux, because Linux has fewer default fonts, the font referenced in your Excel file may not exist by default on your Linux system.
When this happens, Aspose.Cells will use a similar font instead to display the characters. However, this could cause the following effects:
In order for your program to produce more accurate results, install the fonts you need on Linux. It is important to ensure that the fonts you use in Excel files exist in your environment.
There are two ways to install fonts on Linux, as described below:
COPY fonts/ /usr/share/fonts
In some cases, you may not be able to control or modify the Linux system directory—for example, on cloud servers. In this case, you can use the second scenario.
Aspose.Cells.FontConfigs.SetFontFolder("fonts", true);
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.