Paste From Excel
pastefromexcel plugin for CKEditor 4
This plugin is to fix a issue, related to copy from excel, which some styles like background color or font color are not copied into CKEditor area. This plugin is replacing getData function which is part of clipboard
plugin for converting internal styles described in style
tag to inline style of respective node of the document.
- Copy whole
pastefromexcel
plugin folder into./plugins
folder of CKEditor. - Add below line into
config.js
file.
config.extraPlugins = 'pastefromexcel';
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0 |
||||
First Version. |