Excel Input changes #82
Unanswered
kritimathur28
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The simplest way to achieve this is to implement the inputs as Cells, not as a Reference. Example: Notes:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working with the CashValue_SE model from lifelib and I have a question about editing Excel-based inputs.
What I want to do is:
Replace or update an existing table (for example, model_point_samples.xlsx) with a revised Excel file.
Add new tables into the model that are also read from Excel.
Edit/update the values in an existing ExcelRange so the model picks them up without having to rebuild from scratch.
Could you please guide me on the recommended approach? Specifically:
Should I use new_excel_range or new_cells_from_excel?
Is there a way to overwrite/update an existing Reference directly from a new Excel file or range?
How can I maintain the link between named ranges in Excel and the References inside the Input space?
Any example code snippets or best practices would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions