ranzhang35
2018-09-29 00:06:35 UTC
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
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