如何在 Android 中打开 MS Office 文件 [英] How to open MS Office files in Android

查看:38
本文介绍了如何在 Android 中打开 MS Office 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
Android Microsoft Office 库(.doc、.docx、.xls、.ppt 等)

我一直在寻找一个 android 的 API 来打开和查看 .doc.ppt.docx.pptx.

I have been searching for an API for android to open and view .doc, .ppt, .docx or .pptx.

我确定应该有一个,因为存在可以打开这些文件格式的应用程序.我找到了 apache POI,但它使用了不属于 android 的 java awt.

I'm sure there should be one as there exist applications that can open these file format. I have found apache POI but it uses java awt which is not a part of android.

即使是将这些文件格式转换为 .pdf 的 API 也会很有用.

Even an API to convert these file format to .pdf will be useful.

推荐答案

Android 中没有用于打开办公文件的标准 API.您找到的应用程序使用内部 API 来读取文件.他们要么在设备中执行此操作,要么将文件上传到服务器,服务器负责解析文件并将其转换为更易于从 Android 客户端读取的格式.

There isn't a standard API for opening office files in Android. The applications you've found use an internal API for reading the files. They either do this in the device or they upload the file to a server, which is responsible for parsing the file and convert it to a format that is easier read from the Android client.

这篇关于如何在 Android 中打开 MS Office 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆