Click here to Skip to main content
15,891,850 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can i fetch the username & password from the excel sheet in android project?
I don't had to register, directly login but login will be created in excel file externally.
Can anyone help me out?
Posted

1 solution

Excel is a Windows program and Android is a Google operating system.
If the login is saved locally e.g in CSV file or other then it can be accessed.
If the data is on External system/server and you need to read/write to Excel, you would need to make a web service on a windows server and create methods to communicate between the Android device and the web server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900