How do I get this result with excel, notepad++ or something else? -


i have opened same topic before; since have bad english closed admin.

https://stackoverflow.com/questions/30659829/how-can-i-write-this-list-easily

i need word list. have uploaded image explain problem better.

words

i have thousands of lines left side , want make them right side.

as see words after dots vertically aligned. amount of dots different. how can convert them right side?

word, notepad++, excel..?

thank much.

open file in word. use find , replace to

  • replace occurrences of 2 dots tab character
  • replace occurrences of tab character followed dot tab character
  • replace occurrences of 2 tab characters 1 tab character
  • repeat last step until there no more replacements reported , there 1 tab character on each line
  • select text , set tab position far enough right. alternatively use word style , apply paragraphs in text.
  • format tab style pad spacing dots.

enter image description here


Comments

Popular posts from this blog

python - Creating a new virtualenv gives a permissions error -

facebook - android ACTION_SEND to share with specific application only -

go - Idiomatic way to handle template errors in golang -