I unable to bind the value from excel to property sheet dynamically.
i create a component and want to implement alert portion on it. in alert i take the range value from excel and display in grid.
in this procedure when i assign the excel sheet to the grid. for the fist time when i assingn group of cell it is reflecting in the grid . but after assin a group of cell if i change some cell value with in that group it is not reflect in grid value.
the other thing when i do the proxy bind some certain cell of excel sheet if any value change in excell sheert it call the setter method of component class but how can i know in properties sheet when the value change in cell.