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

Fix Xlsx reader overriding manually set number format with builtin number format #1805

Merged
merged 1 commit into from Jan 28, 2021

Commits on Jan 22, 2021

  1. Fix Xlsx reader overriding manually set number format with builtin nu…

    …mber format
    
    Relevant spreadsheet: https://circabc.europa.eu/ui/group/0e5f18c2-4b2f-42e9-aed4-dfe50ae1263b/library/3bbc2ffd-d4c1-4cbd-b8e5-71aa44f6ed3c/details
    
    Verified by running:
    
    ```
    var_dump($worksheet->getCell('E2')->getFormattedValue());
    ```
    
    ... which should output `2`, not some garbled mess
    rvanvelzen committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1c0d3ae View commit details
    Browse the repository at this point in the history