Hi
i have managed to open .xls files form mail app by adding document type to the project build and set the Types field to "com.microsoft.excel.xls" (see screen shot).
I want to do the same with xlsx files but can't do it. I tried to add "com.microsoft.excel.xlsx" but it didn't work
相关问题
- what is the difference between bounded and unbound
- didSelectViewController method not being called (w
- ios5 background management different from ios4?
- CoreBluetooth - Can connectPeripheral be called mu
- reloadData doesn't work
相关文章
- Popover segue to static cell UITableView causes co
- Generate code for core data attributes in xcode 4
- UITableViewController Background Image
- Creating UIImage from CIImage
- Can't Rename Files In Xcode 4 Anymore?
- How do I navigate through a method call hierarchy
- UIAlertViewStylePlainTextInput return key delegate
- can't find info.plist in xcode 4
I solved that by defining custom UTI as follows. Try to add these definitions into your info.plist. It works as expected.
....
XSLX is already declared as org.openxmlformats.presentationml.presentation
The identifier for XLSX files is
org.openxmlformats.spreadsheetml.sheet