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.