Hi @jhchen,
Greetings!
I am currently using Quill version 2.0.2 in my Angular application and encountering some challenges with table functionality:
I am successfully able to copy an Excel table and paste it into the Quill editor using the quill-better-table module.
However, the colors from the Excel table do not appear after pasting it into the Quill editor.
Additionally, other templates are distorting when I use the following code:
this.quillEditor.setContents(this.quillEditor?.clipboard?.convertHTML(this.data?.selectedMail?.bodyHTML))
Could you please provide guidance on how to achieve a more seamless integration?
Thank you.
Hi @jhchen,
Greetings!
I am currently using Quill version 2.0.2 in my Angular application and encountering some challenges with table functionality:
I am successfully able to copy an Excel table and paste it into the Quill editor using the quill-better-table module.
However, the colors from the Excel table do not appear after pasting it into the Quill editor.
Additionally, other templates are distorting when I use the following code:
this.quillEditor.setContents(this.quillEditor?.clipboard?.convertHTML(this.data?.selectedMail?.bodyHTML))Could you please provide guidance on how to achieve a more seamless integration?
Thank you.