-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Document Format Issue #119
Comments
I have very limited knowledge of developing Android apps and thus am not sure what exactly you are trying to do. If you can share some code and the document which causes issues, I may be able to take a quick look, but can't guarantee as this project is just an example of how it can work, but your mileage may vary, especially with docx as there support in Apache POI itself is fairly limited. |
I solved the problem but yet i do not know about the document format. Actually the main problem is about the document with the name lorem_ipsum in raw directory. try {
FileInputStream(inputFile).use { fis -> |
Sorry, I don't think I can help much, as said, support for this format in Apache POI itself is not very good and this project only uses whatever is provided there. I do not remember how I created the included document, but it seems to work fine on LibreOffce, so I expected it to be in a valid format. |
Hi, I hope you are doing well. I am working on the creation of document docx file but it does not open on different apps. So i found your repo. Your repo is working good. But you are using docx file lorem ipsum which has different format than the other one document i create. I tried to make a document but it was not helpful. My Issue is that if we do not give it the inputstream of raw file docx or we create another docx file (Which has different format from the file you placed in raw directory). It does not able to open file in other apps. And how you created this docx File
The text was updated successfully, but these errors were encountered: