slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.36k stars 3.37k forks source link

COPY and paste from any format ( EXCEL )giving unexpected behaviour #2573

Open lakshyamathur opened 5 years ago

lakshyamathur commented 5 years ago

I am using ngx-quill: 4.6.12 , quill: 1.3.6 in angular4

Issue:- Suppose I am copying data from excel example:- image

then when I am pasting this sort of data in my quill editor then the required data format is getting distorted

example:-

image

So please help me on this issue.

DmitrySkripkin commented 5 years ago

Tables are not supported at 1.3.6. You can convert tables to more pretty text using clipboard matchers, but that's it.

nakulkundra commented 5 years ago

Not just the Tables, No formatting is working when copying from Excel

AAndharia commented 5 years ago

It would be good to have support for Tables & Copy from Excell

ankit1997 commented 3 years ago

I found an open source project : https://github.com/soccerloway/quill-better-table by @soccerloway. I think this fits perfectly. @AAndharia @lakshyamathur FYI