I'm working on a project that exports vaadin grid data to excel. To get the data from the grid cells, the column.getRenderer().getValueProviders()
method is used, similar to how it's done in this addon.
Renderer.getValueProviders() was deprecated in vaadin 23.1 and does not exist in vaadin 24.
Is there a way to get the values from a cell in vaadin 24?