Android Question aPOI celltypes [SOLVED]

Tim Chapman

Active Member
Licensed User
Longtime User
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.
 

Tim Chapman

Active Member
Licensed User
Longtime User
I saw this question has been asked a couple times with no answer.
Once here:
I saw another request elsewhere but can't find it now.

So, I did some experimenting using the APOI Example here:

I found the following celltypes:
0 = Numeric
1 = String
2 = Formula
4 = Boolean

Could not figure out 3 or others. Dug more on the web and found the following:


It shows that
3 = Blank
5 = Error
 
Upvote 0

Similar Threads

Top