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

Duplicating values when column in template is number type and formula is send as value #146

Open
JaviGalindo1 opened this issue Oct 7, 2021 · 0 comments

Comments

@JaviGalindo1
Copy link

JaviGalindo1 commented Oct 7, 2021

We have a template which few columns are number type and we send an array of object like:

[
  {
    "price": "=VALUE(\"2.23\")" // it has the formula so it is parsed to number in excel instead of string
  },
  {
    "price": ""
  },
...
]

When module transform that into the excel template it duplicates the value of the first row with a value:
image

@JaviGalindo1 JaviGalindo1 changed the title Duplicating values when column in template is number type Duplicating values when column in template is number type and formula is send as value Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant