Skip to content

createCopyData ignores zeros and false (eval to false) #6

@JLuitjens

Description

@JLuitjens

Thanks to how JS works, cellValue ? cellValue: ''; line ignores 0, need to check on that ternary || cellValue === 0 to allow copying of 0's and typeof bool checks to allow false bools parsing,

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