Hello,
I would like to import data from an excel spreadsheet into my app. Preferably, I would like to present the user with a drop down list and have the app return the appropriate data from the spreadsheet.
For this sample spreadsheet:
…………………Sales……………..Revenue
A Shift………….12…………………$120
B Shift………….18…………………$180
Lets say there is a drop down for the x axis and for the y axis. The user selects “A Shift” from the first drop down, and “Revenue” from the second drop down. The app then returns “$120” as the answer. Another thought would be to have a single dropdown list, and as the user selects “A Shift” they are presented with the data for both sales and revenue.
How would I accomplish this? The spreadsheet data would have to be stored in the app somewhere I imagine, and some sort of javascript or something written to retrieve data from it? I am new to this in case you can’t tell!
Thanks for any help,
Aaron