2013-01-08 39 views

回答

0
1. Enter the data in the excel sheet and save it as a CSV file. 

2. Piece of code: 

repeat with theData= each line of file "D:\TestData.csv" 
    log item 1 of theData 
end repeat