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
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