Re: [Tutor] data from excel spreadsheet to csv and manipulate

2007-10-03 Thread Kent Johnson
sacha rook wrote: > Hi > > can anyone help with the best way to tackle this? > > I have a spreadsheet ms excel, that has a name column that I want to > extract to csv and manipulate as follows. If you can save the spreadsheet as csv then you can use the csv module for reading and writing. T

[Tutor] data from excel spreadsheet to csv and manipulate

2007-10-03 Thread sacha rook
Hi can anyone help with the best way to tackle this? I have a spreadsheet ms excel, that has a name column that I want to extract to csv and manipulate as follows. The name column has data in this format Name Surname Firstname after extracting and manipulating I want it to be as follow