java - Unnecessary double quotes added to rows of CVS file when opening with notepad/notepad++ -


I am creating a CSV file using the open CSV jar, if I open the CSV file in the spreadsheet it's OK But if I open with Notepad / Notepad ++, then each row has to add an additional double inverted comma.

Any help how can I fix this?

This is not a bug, which is going to avoid quotes.



Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -