Hello,
I need to work on a .xls file, i download on a website.
Here are the columns on it : ID Number / Name / First Name / Adress
I need to get only the line with the bigger ID number. But it's not the first line.
I thought about :
- move the xls file to a csv file and then in list
- delete the first line of the txt file (headers)
- sort the list with list processing decrease
- create a new table with the list and read the cells of the first line
My trouble is that when i transform the files, datas in file became strange and i can't use them correctly.
http://puu.sh/8hiHA.png
I need your help, thanks
I need to work on a .xls file, i download on a website.
Here are the columns on it : ID Number / Name / First Name / Adress
I need to get only the line with the bigger ID number. But it's not the first line.
I thought about :
- move the xls file to a csv file and then in list
- delete the first line of the txt file (headers)
- sort the list with list processing decrease
- create a new table with the list and read the cells of the first line
My trouble is that when i transform the files, datas in file became strange and i can't use them correctly.
http://puu.sh/8hiHA.png
I need your help, thanks