Copy of style and setup failed when paste tab from anywhere (excel or word...)
Descriptive summary : The paste from Word or excel doesn't keep the setup and style for tabs and text as the fckeditor 2.6.6 does.
Steps to reproduce :
1) create a tab on excel or word with text style (bold, size 18, red color and green backgroud)and set blue bold border around tab
2) copy the tab
3) past it using pasting from word or not (it is the same)
Expecting result: Tab is pasted with the style: bold, size 18, red color and green backgroud and set bold blue border around tab
Observed result: Tab is pasted with bold style but without the style: size 18, red color and green backgroud and without any border and border color
Browser name and OS : windows XP service pack 3, IE 7 or firefox
In your config.js file please set the below options to false. This should solve your problem.
Please refer also to http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles As you can see from the above link the default value for these options is true