Copy and paste on notepad
Solved
sylla.junior2
-
Sylla.junior2 -
Sylla.junior2 -
Hello,
I have a list of students in Excel with 5 columns (registration_number_name_first_names_class_contacts). How do I paste it directly into Notepad without having to copy them one by one? There are 3000 students.
I have a list of students in Excel with 5 columns (registration_number_name_first_names_class_contacts). How do I paste it directly into Notepad without having to copy them one by one? There are 3000 students.
5 answers
-
The csv format only allows retrieving data by columns separated by ";"..
there's no miracle ... we can't do better. notepad or notepad++ do not handle tables.
--
Chouba, Moderator / My job is so secret that I don't even know what I'm doing. -
Hello,
To question 2 from sylla.junior2can I import exactly the same columns and rows into a table in Notepad?
the answer is: No.
Notepad does not support tables.
You can at least copy a column using copy/paste. But you won't be able to get a neat table with your 5 columns.
If you want to use a basic editor, use Wordpad (still included with Windows 10).
You will be able to copy/paste the entire table.
--
What is well conceived is clearly stated,
And the words to say it come easily.
(Boileau) -
Hello
Isn't the real question: Why do it?
Because Excel (which version?) allows for various direct exports, understanding the intended purpose can be important for simplifying our lives.
Notepad wasn't really designed for this type of use.
Best regards
--
"We swallow the lie that flatters us in large gulps and we drink the truth that is bitter to us drop by drop." -
Hello
Save in csv format, editable in notepad.
-
Hello everyone,
@choubaka
I just tried on Notepad++ with a very simple Excel file, just names and addresses.
It doesn't work or it works poorly; the column formatting is lost.
What is your method?
@sylla.junior
What is the purpose of using Notepad++ in this case?
Thank you in advance