Skip to content
#

xlsx

Here are 849 public repositories matching this topic...

sheetjs
defusioner
defusioner commented Feb 25, 2021

Hi, I'm trying to read a CSV file like this (;, delimiters):

A;B;C;D
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1

What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.

Code that reads:

X.read(e.target.result, { type: 'string' })

Result

{
      A1: { t: 's', v:

Improve this page

Add a description, image, and links to the xlsx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xlsx topic, visit your repo's landing page and select "manage topics."

Learn more