Localization support

Does Aspose.Excel support localization? Namely can you specify the currency used to format numbers that will not be overwritten by the end user's currency settings?

Also is there anything that ties in the formats used in Excel for dates, currencies, etc. to the globalization objects in .Net (CultureInfo, NumberFormatInfo)?

If you want to make your format setting not changing by end users’ settings, please try to use a custom format string to format a cell.

cell.Style.Custom = “…”;