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.
我是使用docx4j库的新手,我正在尝试xlsx使用 docx4j 提供的 API 打开文件。我可以使用加载文件SpreadsheetMLPackage
docx4j
xlsx
SpreadsheetMLPackage
xlsMLPackage = (SpreadsheetMLPackage)loader.get(is1);
我不知道如何在 android 的活动中显示文件内容。
您必须编写自己的代码来提供用户界面。