Hi, I tried to upgrade poi version to 4.0.1 and fix various crashes. The Java 8 related api used in poi 4.0.1 is resolved by coreLibraryDesugaring provided by Android. I also tested the generated poishadow_all.jar with Android 5 (API 21) using emulator. Hope this pull request can resolve issue #44.
BTW, POI 4.0.0 have weird bugs that will crash sample code such as XSSFColor constructor missing. So I bump the version to 4.0.1 directly.
Hi, I tried to upgrade poi version to 4.0.1 and fix various crashes. The Java 8 related api used in poi 4.0.1 is resolved by coreLibraryDesugaring provided by Android. I also tested the generated poishadow_all.jar with Android 5 (API 21) using emulator. Hope this pull request can resolve issue #44.
BTW, POI 4.0.0 have weird bugs that will crash sample code such as XSSFColor constructor missing. So I bump the version to 4.0.1 directly.