Visual CSV Reader what doesn't keep the file “open”

后端 未结 2 1509
梦谈多话
梦谈多话 2021-01-21 21:52

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

2条回答
  •  一生所求
    2021-01-21 22:27

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

提交回复
热议问题