We are capturing cells from excel file and pasting the image in word file. Excel cells contains $ symbol, Aspose cell capturing generic symbol
image.png (5.5 KB)
instead $ symbol. It is issue in purchased license version working fine on Trial license.
Could you please zip and attach your template Excel file. Also, share your sample (runnable) code. We will check your issue soon.
@vaibhav.formidium
And for some number formatting, it is variable according to the regional settings. So, please check whether the region(locale/CultureInfo) set for the workbook is the expected one whose currency symbol is ‘$’. If you have not set the region explicitly, the region used by the workbook is the default one got from environment. You may try to specify one different region by Region or CultureInfo to see whether it can generate expected results.
we have applied region also still it showing generic currency symbol.
As requested earlier, could you please zip and attach your template Excel file and output image(s). Also, share your sample (runnable) code. We will check your issue soon. Moreover, please give your environment details (OS, regional settings/locale, JDK version, etc.).