In the exmaple for aPOI that you can download here:
The celltype shows in the log. Type 0 and 1 show.
In the jPOI library (https://www.b4x.com/b4j/help/jpoi.html#poicell_type_boolean) there are cell TYPE_BOOLEAN As Object, etc.
Is there any equivalent in aPOI? How do I find out what the celltypes are? I have found this same issue on a couple things in B4A. The other was notification importance. I can't find anywhere that says what they are. Only that they are integer values. Any tips?
Thank you all.
aPOI - A wrapper for jPOI for Android - reading and writing XLS, XLSX on Android 5+
This is a wrap for this Github project 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...
www.b4x.com
The celltype shows in the log. Type 0 and 1 show.
In the jPOI library (https://www.b4x.com/b4j/help/jpoi.html#poicell_type_boolean) there are cell TYPE_BOOLEAN As Object, etc.
Is there any equivalent in aPOI? How do I find out what the celltypes are? I have found this same issue on a couple things in B4A. The other was notification importance. I can't find anywhere that says what they are. Only that they are integer values. Any tips?
Thank you all.