shaharyar
Member
Posted 3 years ago #
Do you think anybody can help me out with a simple issue? I have a spreadsheet with names in one column, and points in the other (so each person has a number of points..earned elsewhere). Is it possible for me to have some simple way for people to get their points? i.e. type their name in a box, and their points is listed. (there's no need for privacy, or anything)...anyone know a plugin i can use? or would i have to do php ?
s_ha_dum
Member
Posted 3 years ago #
You want to pull the points directly from the spreadsheet? Its possible but I don't know or a generic plugin to do it. I'm guessing you'll have to write this yourself. I'd think about reading from a CSV file if I were you, or import the scores into the MySQL database.
datawiz
Member
Posted 2 years ago #
You can use Excel Web App. Here is an example that is very similar to yours:
http://datawiz.wordpress.com/2011/01/17/inserting-a-range-from-a-sheet/