We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have followed this link http://www.docx4java.org/blog/2012/05/jaxb-can-be-made-to-run-on-android/ but when I tried to create a new document fails at this line:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage(PageSizePaper.A4, false); }
I need to know if it is possible to create a word document in Android Lollipop.
The error is:
https://gist.github.com/agustinsivoplas/8f6084d87ca07443e9a6
All the best
Agustin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have followed this link http://www.docx4java.org/blog/2012/05/jaxb-can-be-made-to-run-on-android/ but when I tried to create a new document fails at this line:
I need to know if it is possible to create a word document in Android Lollipop.
The error is:
https://gist.github.com/agustinsivoplas/8f6084d87ca07443e9a6
All the best
Agustin
The text was updated successfully, but these errors were encountered: