- Jun 6, 2020
- 11,517
- 4,383
This is a wrap for
Reading and Writing XLSX on Android 5 Reading and Writing XLSX and XLS on Android 5 with Apache POI
It was quite a challenging task to use Apache POI on android with Dalvik VM. It is much easier to use Apache POI on Android 5+ with ART VM and Build Tools 21+
Please refer to
#Contents I've repacked poi-ooxml to contain all dependencies in order to read and write XLSX (XLS as well, obviously) All javax classes from the STAX library and calls to them are renamed to aavax, to avoid --core-library warning and conflicts.
Download the additional jars:
aPOI
Author: DonManfred
Version: 0.08
برای دیدن لینک ها باید ثبت نام کنید
which is itself a wrap for jPOI.Reading and Writing XLSX on Android 5 Reading and Writing XLSX and XLS on Android 5 with Apache POI
It was quite a challenging task to use Apache POI on android with Dalvik VM. It is much easier to use Apache POI on Android 5+ with ART VM and Build Tools 21+
Please refer to
برای دیدن لینک ها باید ثبت نام کنید
if you need to read XLSX on Android 4 with Dalvik VM.#Contents I've repacked poi-ooxml to contain all dependencies in order to read and write XLSX (XLS as well, obviously) All javax classes from the STAX library and calls to them are renamed to aavax, to avoid --core-library warning and conflicts.
- poi-3.12-android-a.jar //Repacked POI with all dependencies
- poi-ooxml-schemas-3.12-20150511-a.jar //original schemas jar
Download the additional jars:
برای دیدن لینک ها باید ثبت نام کنید
aPOI
Author: DonManfred
Version: 0.08
- XLSSheet
- ...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید