I have word files (.docx) having different type of language in each (e.g English, Urdu, Arabic etc) i want to extract that data as string but i can't access the
officeOpenXML in attributed string document type.
Xcode gives the following error
Type "NSAttributedString.DocumentType" has no member "officeOpenXML"
How can i load the data in string?