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

Iterative Calculation feature #1245

Open
1 of 5 tasks
honix opened this issue Dec 29, 2023 · 1 comment
Open
1 of 5 tasks

Iterative Calculation feature #1245

honix opened this issue Dec 29, 2023 · 1 comment

Comments

@honix
Copy link

honix commented Dec 29, 2023

NPOI Version Used

2.6.2

File Type

  • XLSX
  • XLS
  • DOCX
  • XLSM
  • OTHER

Use Case

I love the possibility to interpret my spreadsheets in C#!
But I meet some difficulties with evaluating cells with circular references. Some of my formulas depends on its previous state. If it detects circular reference, the value of cell evaluated to ~CIRCULAR~REF~.

I know there is optional Iterative Calculation feature in Excel, and Google Spreadsheets. Is there any possibilities to evalute cells with circular reference using NPOI?

Thanks!

@tonyqus
Copy link
Member

tonyqus commented Apr 26, 2024

What will Microsoft Excel show if it detects circular reference? nothing?

@tonyqus tonyqus added the formula label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants