Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Numbers shows as strings in spreadsheet and cell number format not affect this #50

Open
@samlowry

Description

@samlowry

Hi!

Fixed this, but not good at Git, so I'll quote my fix here:

// Insert the data

added this>>> if(Number(value)){value=Number(value)}
data[state.rowIndex][headers[path]] = value;
dataInserted = true;

And call import function with "noTruncate".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions