Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

ROW and COLUMN function targetting same cell work in Excel, EPPlus throws CircularReferenceException when Calculate enhancement #600

Open
jochenwezel opened this issue Dec 31, 2019 · 0 comments

Comments

@jochenwezel
Copy link

Given is a cell

  1. A1 with formula =ROW(A1) (so: self-targetting!)
  2. B1 with formula =COLUMN(B1) (so: self-targetting!)

When EPPlus calculates

Then

  • EPPlus currently throws a CircularReferenceException (=misbehaviour)
  • EPPlus should correctly calculate
    • expression ROW(A1) in A1 to value 1 and
    • expression COLUMN(B1) in B1 to value 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant