Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When using Aspose.Cells in Linux, as 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 show the characters. However, this could cause the following effects:
In order for your program to output more accurate results, install the fonts you need under Linux. It is important to make sure 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.