I\'m looking for a way to view CSV files as you would in Excel (nice clear layout) the only issue with Excel is that it doesn\'t notify you of updates nor does it close the file
You will never achieve the great visual experience of Excel in Notepad++!
The only "solution" I know of, lie inside the TextFX plugin.
Select all your text, and then go to TextFX > TextFX Edit > Line up multiple lines by (,)
. This will convert the following example:
heeey,this,is,a,testtttttttttt
34,3,2234,3,5
123,123,123,123,123
To:
heeey,this,is ,a ,testtttttttttt
34 ,3 ,2234,3 ,5
123 ,123 ,123 ,123,123
PS. You might want to check CSVed. Never had to use it so I don't know if it has all the features you need, but from the screenshot it looks good :)