Hi, im trying to to build an app but i need to br able fetching a specific cells from excel to specefic text box , how can i do that step , any kimd helpers
Hi
- Where is Excel? On the same device as your App?
- Excel data must be exported to a csv file. You can write a script in Excel to export only the cell values you require, as a csv (comma separated values).
- The csv file needs to find it's way to an Android shared folder on the device the App is on - the App can import it, convert to a List, populate the Textboxes (if the App does not need to edit the data, use Labels).