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

xlsx formula is parsed instead of the value #380

Closed
sevendays opened this issue Jul 23, 2019 · 1 comment · Fixed by #390
Closed

xlsx formula is parsed instead of the value #380

sevendays opened this issue Jul 23, 2019 · 1 comment · Fixed by #390

Comments

@sevendays
Copy link

Steps to reproduce

  • write some requirements in excel
  • add a summary custom column, e.g. summary
  • write a formula in the first cell of the custom column, e.g. =IF(I2=FALSE,"",CONCAT(A2, " ASIL ",G2))
  • drag the first cell for the whole column length, so it is populated
  • import the requirement set in doorstop

Expected outcome

  • the cell value appears in the custom field (was: summary)

Actual outcome

  • a = sign appears instead.

Remarks

@jacebrowning
Copy link
Member

Thanks for reporting! We'll also want to add a test for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants