Excel Read with Varying input data

Good morning everyone!

I’m using the NPOI plug-in in order to write and read results from a design Excel Spreadsheet. The idea is that I’m writing input data, that vary thanks to a slider, and I want to read the result for each value of the slider and record the results within Grasshopper. I was able to get the script working and the input data are well written in the Excel file as the slider varies. However, the result from the read component is not updated with the slider variation and stays at the initial value written in the file. Do you have any idea on how I could solve this problem?

Thanks in advance for your answer
Kind regards

Océane

it is possible there is a component which listens to changes and sets balue true or false when there is a change in input. you just feed it with your slider and true false output into excel component so it updates when slider changes