kennethjiang / js-file-download

MIT License
915 stars 119 forks source link

text split in columns with string having comma #78

Open VictoriousAura opened 2 years ago

VictoriousAura commented 2 years ago

When a long string is to be added into a column, the data gets split into multiple columns wherever there is a comma. I haven't been able to find any work around for this yet. I also din't find anywhere within the code if comma was used a delimiter.

Any suggestions would help!