Hi,
I have an Excel file in my computer that have 3 columns.
I want to make a list picker that the elements will be the first column from my Excel.
The file have thousands of lines so I can’t to it manually.
Can I do that?
Thanks.
Hi,
I have an Excel file in my computer that have 3 columns.
I want to make a list picker that the elements will be the first column from my Excel.
The file have thousands of lines so I can’t to it manually.
Can I do that?
Thanks.
Export the sheet as csv file (comma separate values), upload the file into the assets of your app and read it using the file component on first run of the app
Taifun