I'm looking for a way to update an Excel database with Apache POI through WiFi.
All the examples I found declare the file as being located on the PC hard drive, like this:
File myFile = new File("C://temp/Example.xlsx");
How can I proceed considering that my file will be on the Network, and should be accessed by the device through WiFi?
from Android Studio - Update Excel DataBase with Apache POI through WiFi
No comments:
Post a Comment