|
USING THE INTERNET FOR TEACHING MATHEMATICS |
CSV data
How to convert comma separated value data on a
web page to your spreadsheet.
Given this table of data:
Name,Height,Weight
Bob,1.64,76.4
Jim,1.83,72.8
Fred,1.66,79.6
Dan,1.34,80.6
1. Highlight the data and copy it to the Windows clipboard
2. Open up Notepad
3. Paste the data into Notepad
4. Save the file with a name like data.csv
5. Open up your spreadsheet and load the file data.csv into it.