CellValueHandler.cellValueUpdated is ignored.
Hi,
This issue is the same as https://github.com/vaadin/spreadsheet/issues/312 which has been closed.
As far as I am concerned, this issue is not resolved. Returning false in CellValueHandler.cellValueUpdated has no effect since the value entered is actually displayed in the Spreadsheet.
If you scroll somewhere else and come back, the cell is then not displaying the value anymore. I do understand that a call to refreshCell is apparently doing the trick but there is absolutely no mention of that in the documentation.
The solution is either to force the refresh of the cell, or properly document in the JavaDoc that a refresh should be called in that method in order to have a consistent state between the model (Apache POI cell) and the view. Or maybe I'm using the wrong class/method in order to control the input of a user ?
Regards, Sam'