On 20 Jul 2022, at 18:38, Iulia Gheorghita wrote:
> Got it, thanks for the quick response.
>
> One more small question - I'm using Excel version 16.63 on Mac and I have a
>
> simple spreadsheet with a basic circular formula. I turned on iterative
>
> calculation and "Maximum iterations" is set to the default of 100 and
>
> "Maximum change" is set to the default of 0.001. Yet when I read the
>
> spreadsheet into an openpyxl workbook, iterate=True but iterateCount and
>
> iterateDelta are both None, instead of these defaults. Is this purely an
>
> Excel issue? Are these defaults saved in a different location?
The simple answer: I don't know because I never use them.
A quick look at the source code suggests that everything should be okay. That's where should look for more information.
Charlie