https://bz.apache.org/bugzilla/show_bug.cgi?id=59048

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dominik Stadler <[email protected]> ---
In order to test how POI can be used successfully on Android, I have created a
sample project poi-on-android at https://github.com/centic9/poi-on-android
which uses a different approach than https://github.com/andruhon/android5xlsx.
It works by first building a shaded jar from a specific version of POI with all
required dependencies included and some relocations being done to avoid errors
because of javax....

I then use this in an Android sample application to show that it can be used to
do work on Excel documents. Basic creating, writing and reading .xlsx files
works for me. 

Can you try this approach to see if this allows your use-case as well?

You can probably run the Gradle target "shadowJar" and then use the resulting
file "poishadow/build/libs/poishadow-all.jar" in your application instead of
your own built jars of POI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to