This specifies a file to import data from. Out[2]= | ![](HTMLImages/2.4.2.en/2.4.2.en_i_3.gif) |
This opens the file. Out[3]= | ![](HTMLImages/2.4.2.en/2.4.2.en_i_5.gif) |
This returns the sheets in the file. Out[4]= | ![](HTMLImages/2.4.2.en/2.4.2.en_i_7.gif) |
This reads in all the data from one of the sheets. This previews the first five rows of data from the sheet. Out[6]= | ![](HTMLImages/2.4.2.en/2.4.2.en_i_10.gif) |
This defines the data in the last column. This plots the data. ![](HTMLImages/2.4.2.en/G_1.gif)
This closes the workbook once we are finished importing data from it. |