Search code examples
iphoneobjective-cuiwebviewxlsx

How to open .xlsx file on UIWebView in iPhone?


Is it possible to open the .xlsx file on UIWebView. I can't open .xlsx file on UIWebView. I got the following error message when I open the .xlsx file.

Unable to Read Document. An error occurred while reading the document.

I didn't face any issue when I open remaining file types like .xls, .doc, .txt and .pdf.


Solution

  • .xlsx cannot be opened in UIWebView, you can use .xls - it will work fine.