Android Question [Solved] [XLUtils] Unknown member: valuecached

angel_

Well-Known Member
Licensed User
Longtime User
When I test an example with XLUtils, for example this:

I get this error

B4X:
B4J Version: 8.90
Parsing code.    (0.04s)
    Java Version: 8
Building folders structure.    (0.01s)
Compiling code.    Error
Error compiling program.
Error description: Unknown member: valuecached
Error occurred on line: 165
If FetchFormulasInsteadOfCachedValues Then Return cell.Value Else Return cell.ValueCached
Word: valuecached
 

DonManfred

Expert
Licensed User
Longtime User
You are using an old jpoi class it seems.
Redownload anything and put the into the right place.
Rdownload the additional JAR/AARs too!
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
I have this:

Captura1.JPG


Captura2.JPG


Captura3.JPG


What am I missing or what do I have to delete?

On the other hand, if I delete jPOI of aditional libraries appears this error:

B4X:
Unknown type: poicell<br />Are you missing a library reference?
Unknown type: poisheet<br />Are you missing a library reference?

(If possible move to the B4J forum)
 
Upvote 0
Top