Discussion:
use 'https://github.com/centic9/poi-on-android/' for POI 4.0 on Android
ranzhang35
2018-09-29 00:06:35 UTC
Permalink
I'm trying to use the following project to pack all the jar files into single
jar file for POI 4.0 to run on Android.

In 'poishadow\build.gradle', I changed the following line

from *compile 'org.apache.poi:poi-ooxml:3.17-beta1'*

to *compile 'org.apache.poi:poi-ooxml:4.0.0'*



The build finishes and generated 'poishadow-all.jar'. But when use this jar
file, the line crashes;

'XSSFWorkbook wb = new XSSFWorkbook();'



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org
ranzhang35
2018-10-01 16:18:40 UTC
Permalink
Dominik Stadler, Please help!



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org
ranzhang35
2018-10-01 18:36:05 UTC
Permalink
Dominik Stadler:

Please contact me, my boss is willing to pay for your time.



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org

Loading...