SetCharacterEncoding Method
SetCharacterEncoding function
Specifies the encoding used for encoding/decoding characters when calculating formulas.For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment.With this property user can specify the proper encoding used for those function to get the expected result.
func (instance *CalculationOptions) SetCharacterEncoding(value EncodingType) error
Remarks
See Also
- Class CalculationOptions
- Namespace Aspose.Cells
- Library Aspose.Cells for Go