hi to everybody,
my excel file in my real situation have to be in one folder like down or maybe on dropbox repository.
for to generate example code, if i put my Excel file in file folder directory of my package, when i compile it like immage down, all work right !
bat in real situation, i need to put my file in specific folder created in local memory or maybe in cloud repository like dropbox.
so when i try to test it changing code line like down pics, don't work more.
i don't need to create a table, only read Excel cells and if possible write them too.....
Please help.....
writed in manifest :
“Manifest: AddPermission(android.permission.READ_EXTERNAL_STORAGE)”
result of log: Log File.ExternalReadable = true
i don't know how to write the correct code......
hugs Demetrio.