Skip to content

Numbers as text #652

Open
Open
@ghost

Description

Hey, just trying to do a really simple thing and write a 13 digit numeric string and store it as text. Don't want scientific notation. This gem doesn't accept the standard Excel behavior for this. If I type a single quote, and then a 13 digit number into an Excel cell, that signals to Excel to store the number as text. This gem stores the number as text, but it keeps the single quote. That's not correct, and it's counterintuitive behavior.

If I type an equals sign into Excel, then a double quote, then a 13 digit number, then another double quote, that signals to Excel to store the number as text. This gem stores it as scientific notation. That's not correct behavior.

What exactly is it I need to do to store a number so that it's not converted to a float with .0 on the end when I read it?

Activity

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

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