How to show CSV Excel list in an HTML website using javascript? -
i'm new computer science, , tinkering csv files first time. have csv file created in excel looks this:
[name] [country] [bio] [amelia] [america] [etc. etc.] [john] [germany] [etc. etc.]
i want lists appear in website per designated list, like:
name: amelia country: america bio: etc. etc. name: john country: germany bio: etc. etc.
the formatting can css, how print csv file website?
i want able add csv file website, though have no idea start since knowledge of javascript limited, want create this:
enter name: (input) enter country: (input) enter bio: (input)
and have add list under corresponding name.
the main problem have no idea how connect website html file. or advice appreciated!
jquery has tools this. import jquery dependency in home html. this link may you.
Comments
Post a Comment