AutoDetectComplexScript Property in .NET Excel Library

14 Aug 20261 minute to read

Complex script languages are some languages (eg., Arabic) which stores text differently from how it is displayed. Many such languages use bidirectional script which means, words and sentences are written from right to left, while some text such as numbers and Roman-based words are written from left to right.

If your input Excel file contains such complex script languages, then the AutoDetectComplexScript property can be used to render them in PDF.

See Also