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] export: export non-Excel formulas as value #3856

Closed

Commits on Mar 21, 2024

  1. [FIX] export: export non-Excel formulas as value

    __Current behavior before commit:__
    Since the commit [`201aea7`][1], when `formulaCell` is a
    `FormulaCellWithDependencies`, `content` might be set to raw formula
    even if it is not readable by Excel.
    
    __Description of the fix:__
    Prevent `content` to be set to the raw formula if `isFormula === false`.
    
    __Example of steps to reproduce the issue:__
    - Write a number in **A1**
    - Write `=FORMAT.LARGE.NUMBER(A1)` in **A2**
    - Save as XLSX and open in Excel
    -> **A2** is not evaluated by Excel
    
    opw-3782676
    
    [1]: 201aea7
    Dj0ulo authored and VincentSchippefilt committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fb0400d View commit details
    Browse the repository at this point in the history