I have been used Vaadin 8 to build applications for reporting purposes. I have used RichTextArea to keep formatted data input from user. There were possible to copy/paste a formatted table into RichTextArea.
I have migrated my application to Vaadin 14 and tried to use RichTextEditor to do the same. I even was decided to purchase Pro subscription, however I was surprised seeing the pasted value from ex. Excel does not format as expected. It appears as a almost plain text.
Is it possible to use the component (or other) and get the expected result?