Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 android 应用程序中读取 .xlsx 文件。我试图使用 ApachePOI API 来做到这一点。它在 .xls 文档中运行良好,但是当我尝试读取 .xlsx 文档时,出现“转换为 Dalvik 格式失败,错误 2”错误。然后我才知道这是因为 dalvik VM 不支持更多超过 65536 种方法。请为此或任何其他开源 API 提供解决方案,我可以使用它来阅读 android 中的 .xlsx 文档。
谢谢,
萨米尔。
我将使用 Web 服务并使用 PHP 中的 Apache POI api 读取 .xlsx 文件,并将以 json 格式返回数据。请建议是否有人有更好的解决方案。
Apache POI 添加了对 .xlsx 的支持,如本答案所述:
https://stackoverflow.com/a/1643112/2829009