简体   繁体   中英

How to show/display/read/edit xlsx content in android activity using docx4j?

I am new to using docx4j library, I am trying to open the xlsx file using API's provided by docx4j. I am able to load the file by using SpreadsheetMLPackage

xlsMLPackage = (SpreadsheetMLPackage)loader.get(is1); 

I don't know how to show the file content in activity in android.

您必须编写自己的代码才能提供用户界面。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM