gpt4 book ai didi

android - 如何在 Android 上满足 Apache POI 的依赖性?

转载 作者:行者123 更新时间:2023-11-29 02:37:18 25 4
gpt4 key购买 nike

有很多关于在 Android 上使用 Apache POI 阅读 .docx 文件的帖子。我编写 Java 程序,它执行并希望将它移动到 Android 平台。但是XWPFDocument需要xmlbeans.jar,xmlbeans.jar需要stax-api.jar。并且 Stax API 无法添加到 android 应用程序,因为它试图扩展 javax.* 命名空间,这是不允许的。

所以问题是:如何满足 Android 上 Apache POI 的依赖项?

最佳答案

更新:现在有https://github.com/centic9/poi-on-android它得到积极维护,至少允许在 Android 上使用 Apache POI 的核心功能。

一些限制适用,主要是 Java AWT 相关的东西,而 Android 不提供相关的实现。

该项目还提供了一个示例应用程序,展示了如何使用某些功能。


过时的内容:

There are now at least two projects which try to solve most of theproblems when using Apache POI on Android. Only some methods whenhandling images will still fail because Apache POI uses stuff formjava.awt which Android does not have.

Take a look at

  1. https://github.com/andruhon/android5xlsx
  2. https://github.com/centic9/poi-on-android/ (mainted by me)

The first one is currently based on POI 3.12, whereas the second canbe re-compiled with newer versions of POI more easily.

关于android - 如何在 Android 上满足 Apache POI 的依赖性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46336867/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com