You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a great package. I have read the doc and I am trying to test it out on a minimal example before I use it on a much larger real world financial model. My objective is to test out when I perturb an input cell, how would the output cell change.
I expect the output to contain the new value for cell B6 after workbook recalculated after changing cell B4 value to 4. So far I only see the input cell new value.
Appreciate the help!
The text was updated successfully, but these errors were encountered:
The sheet name and range are consistently converted to uppercase because Excel treats them as case-insensitive. To maintain alignment with this behavior, we opted to standardize them in uppercase.
However, the file name is preserved in its original casing since file names are case-sensitive in most operating systems, and changing the case might lead to issues or unexpected behavior.
Hi all,
This looks like a great package. I have read the doc and I am trying to test it out on a minimal example before I use it on a much larger real world financial model. My objective is to test out when I perturb an input cell, how would the output cell change.
My code:
My sample xlsx file:
parser_test.xlsx
The output I see:
What I expect to see:
I expect the output to contain the new value for cell B6 after workbook recalculated after changing cell B4 value to 4. So far I only see the input cell new value.
Appreciate the help!
The text was updated successfully, but these errors were encountered: