Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BC break/RFC] Fix default cell type treatment as numeric for XLSX #1321

Closed
wants to merge 1 commit into from
Closed

[BC break/RFC] Fix default cell type treatment as numeric for XLSX #1321

wants to merge 1 commit into from

Commits on Jan 14, 2020

  1. Fix default cell type treatment as numeric for XLSX

    SpreadsheetML defines cell type attribute t to indicate the cell type.
    The attribute is optional and defaults to "n" for numeric. The XLSX
    Reader incorrectly defaults the cell type to "stringy" for both
    undefined t attribute and t="n".
    rtek committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9da7b11 View commit details
    Browse the repository at this point in the history