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

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".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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